1
0

installed.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [
  2. {
  3. "name": "paragonie/random_compat",
  4. "version": "v2.0.2",
  5. "version_normalized": "2.0.2.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/paragonie/random_compat.git",
  9. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  14. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.2.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "4.*|5.*"
  22. },
  23. "suggest": {
  24. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  25. },
  26. "time": "2016-04-03 06:00:07",
  27. "type": "library",
  28. "installation-source": "dist",
  29. "autoload": {
  30. "files": [
  31. "lib/random.php"
  32. ]
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Paragon Initiative Enterprises",
  41. "email": "security@paragonie.com",
  42. "homepage": "https://paragonie.com"
  43. }
  44. ],
  45. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  46. "keywords": [
  47. "csprng",
  48. "pseudorandom",
  49. "random"
  50. ]
  51. }
  52. ]