composer.lock 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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": "23ffee484ebd4eac1f67c7f2e024cc16",
  8. "packages": [
  9. {
  10. "name": "topthink/framework",
  11. "version": "v5.0.20",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/top-think/framework.git",
  15. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/top-think/framework/zipball/e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  20. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.4.0",
  25. "topthink/think-installer": "~1.0"
  26. },
  27. "require-dev": {
  28. "johnkary/phpunit-speedtrap": "^1.0",
  29. "mikey179/vfsstream": "~1.6",
  30. "phpdocumentor/reflection-docblock": "^2.0",
  31. "phploc/phploc": "2.*",
  32. "phpunit/phpunit": "4.8.*",
  33. "sebastian/phpcpd": "2.*"
  34. },
  35. "type": "think-framework",
  36. "autoload": {
  37. "psr-4": {
  38. "think\\": "library/think"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "Apache-2.0"
  44. ],
  45. "authors": [
  46. {
  47. "name": "liu21st",
  48. "email": "liu21st@gmail.com"
  49. }
  50. ],
  51. "description": "the new thinkphp framework",
  52. "homepage": "http://thinkphp.cn/",
  53. "keywords": [
  54. "framework",
  55. "orm",
  56. "thinkphp"
  57. ],
  58. "time": "2018-05-11T08:02:47+00:00"
  59. },
  60. {
  61. "name": "topthink/think-captcha",
  62. "version": "v1.0.7",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/top-think/think-captcha.git",
  66. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  71. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  72. "shasum": ""
  73. },
  74. "type": "library",
  75. "autoload": {
  76. "psr-4": {
  77. "think\\captcha\\": "src/"
  78. },
  79. "files": [
  80. "src/helper.php"
  81. ]
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "Apache-2.0"
  86. ],
  87. "authors": [
  88. {
  89. "name": "yunwuxin",
  90. "email": "448901948@qq.com"
  91. }
  92. ],
  93. "description": "captcha package for thinkphp5",
  94. "time": "2016-07-06T01:47:11+00:00"
  95. },
  96. {
  97. "name": "topthink/think-installer",
  98. "version": "v1.0.12",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/top-think/think-installer.git",
  102. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  107. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  108. "shasum": ""
  109. },
  110. "require": {
  111. "composer-plugin-api": "^1.0"
  112. },
  113. "require-dev": {
  114. "composer/composer": "1.0.*@dev"
  115. },
  116. "type": "composer-plugin",
  117. "extra": {
  118. "class": "think\\composer\\Plugin"
  119. },
  120. "autoload": {
  121. "psr-4": {
  122. "think\\composer\\": "src"
  123. }
  124. },
  125. "notification-url": "https://packagist.org/downloads/",
  126. "license": [
  127. "Apache-2.0"
  128. ],
  129. "authors": [
  130. {
  131. "name": "yunwuxin",
  132. "email": "448901948@qq.com"
  133. }
  134. ],
  135. "time": "2017-05-27T06:58:09+00:00"
  136. }
  137. ],
  138. "packages-dev": [],
  139. "aliases": [],
  140. "minimum-stability": "stable",
  141. "stability-flags": [],
  142. "prefer-stable": false,
  143. "prefer-lowest": false,
  144. "platform": {
  145. "php": ">=5.4.0"
  146. },
  147. "platform-dev": []
  148. }