composer.lock 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "540c2e320c9819de1b7c90b59f17263d",
  8. "packages": [
  9. {
  10. "name": "birke/rememberme",
  11. "version": "1.0.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/gbirke/rememberme.git",
  15. "reference": "810473852eb4823098e47e23376a19b77ba0c165"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
  20. "reference": "810473852eb4823098e47e23376a19b77ba0c165",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "paragonie/random_compat": "^1.1.4"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "4.*"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Birke\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Gabriel Birke",
  42. "email": "gb@birke-software.de"
  43. }
  44. ],
  45. "description": "Secure \"Remember Me\" functionality",
  46. "homepage": "https://github.com/gbirke/rememberme",
  47. "keywords": [
  48. "cookie",
  49. "remember",
  50. "security"
  51. ],
  52. "time": "2017-02-12T12:43:00+00:00"
  53. },
  54. {
  55. "name": "paragonie/random_compat",
  56. "version": "v1.4.2",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/paragonie/random_compat.git",
  60. "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
  65. "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "php": ">=5.2.0"
  70. },
  71. "require-dev": {
  72. "phpunit/phpunit": "4.*|5.*"
  73. },
  74. "suggest": {
  75. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  76. },
  77. "type": "library",
  78. "autoload": {
  79. "files": [
  80. "lib/random.php"
  81. ]
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "MIT"
  86. ],
  87. "authors": [
  88. {
  89. "name": "Paragon Initiative Enterprises",
  90. "email": "security@paragonie.com",
  91. "homepage": "https://paragonie.com"
  92. }
  93. ],
  94. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  95. "keywords": [
  96. "csprng",
  97. "pseudorandom",
  98. "random"
  99. ],
  100. "time": "2017-03-13T16:22:52+00:00"
  101. }
  102. ],
  103. "packages-dev": [],
  104. "aliases": [],
  105. "minimum-stability": "stable",
  106. "stability-flags": [],
  107. "prefer-stable": false,
  108. "prefer-lowest": false,
  109. "platform": {
  110. "php": ">=5.4.0"
  111. },
  112. "platform-dev": []
  113. }