1
0

installed.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. {
  55. "name": "paragonie/random_compat",
  56. "version": "v2.0.2",
  57. "version_normalized": "2.0.2.0",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/paragonie/random_compat.git",
  61. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  66. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "php": ">=5.2.0"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "4.*|5.*"
  74. },
  75. "suggest": {
  76. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  77. },
  78. "time": "2016-04-03 06:00:07",
  79. "type": "library",
  80. "installation-source": "dist",
  81. "autoload": {
  82. "files": [
  83. "lib/random.php"
  84. ]
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "MIT"
  89. ],
  90. "authors": [
  91. {
  92. "name": "Paragon Initiative Enterprises",
  93. "email": "security@paragonie.com",
  94. "homepage": "https://paragonie.com"
  95. }
  96. ],
  97. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  98. "keywords": [
  99. "csprng",
  100. "pseudorandom",
  101. "random"
  102. ]
  103. }
  104. ]