installed.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [
  2. {
  3. "name": "yzalis/identicon",
  4. "version": "1.1.0",
  5. "version_normalized": "1.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/yzalis/Identicon.git",
  9. "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/yzalis/Identicon/zipball/a99fc2a3d018512f7914bc6f972952536c0f309b",
  14. "reference": "a99fc2a3d018512f7914bc6f972952536c0f309b",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "require-dev": {
  21. "fzaninotto/faker": "1.2.*@dev"
  22. },
  23. "time": "2014-07-13 09:19:12",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.1-dev"
  28. }
  29. },
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-0": {
  33. "Identicon": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Benjamin Laugueux",
  43. "email": "benjamin@yzalis.com"
  44. }
  45. ],
  46. "description": "Create awesome unique avatar.",
  47. "homepage": "http://identicon-php.org",
  48. "keywords": [
  49. "avatar",
  50. "identicon",
  51. "image"
  52. ]
  53. }
  54. ]