composer.lock 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "hash": "7c5455f39de8c0cf36980f63b8e9bdc5",
  8. "content-hash": "763a16f69a04281c53139318c968c8f1",
  9. "packages": [
  10. {
  11. "name": "psr/cache",
  12. "version": "1.0.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/php-fig/cache.git",
  16. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  21. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "extra": {
  29. "branch-alias": {
  30. "dev-master": "1.0.x-dev"
  31. }
  32. },
  33. "autoload": {
  34. "psr-4": {
  35. "Psr\\Cache\\": "src/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "PHP-FIG",
  45. "homepage": "http://www.php-fig.org/"
  46. }
  47. ],
  48. "description": "Common interface for caching libraries",
  49. "keywords": [
  50. "cache",
  51. "psr",
  52. "psr-6"
  53. ],
  54. "time": "2016-08-06 20:24:11"
  55. },
  56. {
  57. "name": "psr/simple-cache",
  58. "version": "1.0.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/php-fig/simple-cache.git",
  62. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
  67. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=5.3.0"
  72. },
  73. "type": "library",
  74. "extra": {
  75. "branch-alias": {
  76. "dev-master": "1.0.x-dev"
  77. }
  78. },
  79. "autoload": {
  80. "psr-4": {
  81. "Psr\\SimpleCache\\": "src/"
  82. }
  83. },
  84. "notification-url": "https://packagist.org/downloads/",
  85. "license": [
  86. "MIT"
  87. ],
  88. "authors": [
  89. {
  90. "name": "PHP-FIG",
  91. "homepage": "http://www.php-fig.org/"
  92. }
  93. ],
  94. "description": "Common interfaces for simple caching",
  95. "keywords": [
  96. "cache",
  97. "caching",
  98. "psr",
  99. "psr-16",
  100. "simple-cache"
  101. ],
  102. "time": "2017-01-02 13:31:39"
  103. }
  104. ],
  105. "packages-dev": [],
  106. "aliases": [],
  107. "minimum-stability": "stable",
  108. "stability-flags": [],
  109. "prefer-stable": false,
  110. "prefer-lowest": false,
  111. "platform": {
  112. "php": "^5.6 || ^7.0",
  113. "ext-mbstring": "*",
  114. "ext-json": "*"
  115. },
  116. "platform-dev": []
  117. }