composer.lock 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "f4883e04489cbf9e49b2c39202b8a174",
  8. "packages": [
  9. {
  10. "name": "defuse/php-encryption",
  11. "version": "v2.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/defuse/php-encryption.git",
  15. "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
  20. "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "paragonie/random_compat": ">= 2",
  26. "php": ">=5.4.0"
  27. },
  28. "require-dev": {
  29. "nikic/php-parser": "^2.0|^3.0|^4.0",
  30. "phpunit/phpunit": "^4|^5"
  31. },
  32. "bin": [
  33. "bin/generate-defuse-key"
  34. ],
  35. "type": "library",
  36. "autoload": {
  37. "psr-4": {
  38. "Defuse\\Crypto\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Taylor Hornby",
  48. "email": "taylor@defuse.ca",
  49. "homepage": "https://defuse.ca/"
  50. },
  51. {
  52. "name": "Scott Arciszewski",
  53. "email": "info@paragonie.com",
  54. "homepage": "https://paragonie.com"
  55. }
  56. ],
  57. "description": "Secure PHP Encryption Library",
  58. "keywords": [
  59. "aes",
  60. "authenticated encryption",
  61. "cipher",
  62. "crypto",
  63. "cryptography",
  64. "encrypt",
  65. "encryption",
  66. "openssl",
  67. "security",
  68. "symmetric key cryptography"
  69. ],
  70. "time": "2018-07-24T23:27:56+00:00"
  71. },
  72. {
  73. "name": "paragonie/random_compat",
  74. "version": "v9.99.99",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/paragonie/random_compat.git",
  78. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  83. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": "^7"
  88. },
  89. "require-dev": {
  90. "phpunit/phpunit": "4.*|5.*",
  91. "vimeo/psalm": "^1"
  92. },
  93. "suggest": {
  94. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  95. },
  96. "type": "library",
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Paragon Initiative Enterprises",
  104. "email": "security@paragonie.com",
  105. "homepage": "https://paragonie.com"
  106. }
  107. ],
  108. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  109. "keywords": [
  110. "csprng",
  111. "polyfill",
  112. "pseudorandom",
  113. "random"
  114. ],
  115. "time": "2018-07-02T15:55:56+00:00"
  116. }
  117. ],
  118. "packages-dev": [],
  119. "aliases": [],
  120. "minimum-stability": "stable",
  121. "stability-flags": [],
  122. "prefer-stable": false,
  123. "prefer-lowest": false,
  124. "platform": [],
  125. "platform-dev": []
  126. }