composer.lock 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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": "296bd8a1d28e39d56dcd80ce7be249f3",
  8. "packages": [
  9. {
  10. "name": "topthink/framework",
  11. "version": "v5.1.41",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/top-think/framework.git",
  15. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  20. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.6.0",
  31. "topthink/think-installer": "2.*"
  32. },
  33. "require-dev": {
  34. "johnkary/phpunit-speedtrap": "^1.0",
  35. "mikey179/vfsstream": "~1.6",
  36. "phpdocumentor/reflection-docblock": "^2.0",
  37. "phploc/phploc": "2.*",
  38. "phpunit/phpunit": "^5.0|^6.0",
  39. "sebastian/phpcpd": "2.*",
  40. "squizlabs/php_codesniffer": "2.*"
  41. },
  42. "type": "think-framework",
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "Apache-2.0"
  46. ],
  47. "authors": [
  48. {
  49. "name": "liu21st",
  50. "email": "liu21st@gmail.com"
  51. },
  52. {
  53. "name": "yunwuxin",
  54. "email": "448901948@qq.com"
  55. }
  56. ],
  57. "description": "the new thinkphp framework",
  58. "homepage": "http://thinkphp.cn/",
  59. "keywords": [
  60. "framework",
  61. "orm",
  62. "thinkphp"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/top-think/framework/issues",
  66. "source": "https://github.com/top-think/framework/tree/v5.1.41"
  67. },
  68. "time": "2021-01-11T02:51:29+00:00"
  69. },
  70. {
  71. "name": "topthink/think-installer",
  72. "version": "v2.0.5",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/top-think/think-installer.git",
  76. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  81. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  82. "shasum": "",
  83. "mirrors": [
  84. {
  85. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  86. "preferred": true
  87. }
  88. ]
  89. },
  90. "require": {
  91. "composer-plugin-api": "^1.0||^2.0"
  92. },
  93. "require-dev": {
  94. "composer/composer": "^1.0||^2.0"
  95. },
  96. "type": "composer-plugin",
  97. "extra": {
  98. "class": "think\\composer\\Plugin"
  99. },
  100. "autoload": {
  101. "psr-4": {
  102. "think\\composer\\": "src"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "Apache-2.0"
  108. ],
  109. "authors": [
  110. {
  111. "name": "yunwuxin",
  112. "email": "448901948@qq.com"
  113. }
  114. ],
  115. "support": {
  116. "issues": "https://github.com/top-think/think-installer/issues",
  117. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  118. },
  119. "time": "2021-01-14T12:12:14+00:00"
  120. }
  121. ],
  122. "packages-dev": [],
  123. "aliases": [],
  124. "minimum-stability": "stable",
  125. "stability-flags": [],
  126. "prefer-stable": false,
  127. "prefer-lowest": false,
  128. "platform": {
  129. "php": ">=5.6.0"
  130. },
  131. "platform-dev": [],
  132. "plugin-api-version": "2.1.0"
  133. }