composer.lock 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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": "423b1945150535b893066045c34cb122",
  8. "packages": [
  9. {
  10. "name": "opqnext/reflection-api-doc",
  11. "version": "v1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/opqnext/reflection_api_doc.git",
  15. "reference": "22d412669dd88f8fd1fda5e54d5323d6c3f37028"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/opqnext/reflection_api_doc/zipball/22d412669dd88f8fd1fda5e54d5323d6c3f37028",
  20. "reference": "22d412669dd88f8fd1fda5e54d5323d6c3f37028",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Reflection\\Api\\Doc\\": "src/"
  30. },
  31. "files": [
  32. "src/route.php"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "opqnext",
  42. "email": "309622694@qq.com"
  43. }
  44. ],
  45. "description": "一个基于 Thinkphp5 的 api 文档自动生成工具",
  46. "keywords": [
  47. "api-doc",
  48. "php"
  49. ],
  50. "time": "2018-03-22T10:59:26+00:00"
  51. },
  52. {
  53. "name": "phpoffice/phpexcel",
  54. "version": "1.8.1",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/PHPOffice/PHPExcel.git",
  58. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  63. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "ext-xml": "*",
  68. "ext-xmlwriter": "*",
  69. "php": ">=5.2.0"
  70. },
  71. "type": "library",
  72. "autoload": {
  73. "psr-0": {
  74. "PHPExcel": "Classes/"
  75. }
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "LGPL"
  80. ],
  81. "authors": [
  82. {
  83. "name": "Maarten Balliauw",
  84. "homepage": "http://blog.maartenballiauw.be"
  85. },
  86. {
  87. "name": "Mark Baker"
  88. },
  89. {
  90. "name": "Franck Lefevre",
  91. "homepage": "http://blog.rootslabs.net"
  92. },
  93. {
  94. "name": "Erik Tilt"
  95. }
  96. ],
  97. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  98. "homepage": "http://phpexcel.codeplex.com",
  99. "keywords": [
  100. "OpenXML",
  101. "excel",
  102. "php",
  103. "spreadsheet",
  104. "xls",
  105. "xlsx"
  106. ],
  107. "abandoned": "phpoffice/phpspreadsheet",
  108. "time": "2015-05-01T07:00:55+00:00"
  109. },
  110. {
  111. "name": "topthink/framework",
  112. "version": "v5.0.20",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/top-think/framework.git",
  116. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/top-think/framework/zipball/e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  121. "reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=5.4.0",
  126. "topthink/think-installer": "~1.0"
  127. },
  128. "require-dev": {
  129. "johnkary/phpunit-speedtrap": "^1.0",
  130. "mikey179/vfsstream": "~1.6",
  131. "phpdocumentor/reflection-docblock": "^2.0",
  132. "phploc/phploc": "2.*",
  133. "phpunit/phpunit": "4.8.*",
  134. "sebastian/phpcpd": "2.*"
  135. },
  136. "type": "think-framework",
  137. "autoload": {
  138. "psr-4": {
  139. "think\\": "library/think"
  140. }
  141. },
  142. "notification-url": "https://packagist.org/downloads/",
  143. "license": [
  144. "Apache-2.0"
  145. ],
  146. "authors": [
  147. {
  148. "name": "liu21st",
  149. "email": "liu21st@gmail.com"
  150. }
  151. ],
  152. "description": "the new thinkphp framework",
  153. "homepage": "http://thinkphp.cn/",
  154. "keywords": [
  155. "framework",
  156. "orm",
  157. "thinkphp"
  158. ],
  159. "time": "2018-05-11T08:02:47+00:00"
  160. },
  161. {
  162. "name": "topthink/think-captcha",
  163. "version": "v1.0.7",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/top-think/think-captcha.git",
  167. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  172. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  173. "shasum": ""
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "psr-4": {
  178. "think\\captcha\\": "src/"
  179. },
  180. "files": [
  181. "src/helper.php"
  182. ]
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "Apache-2.0"
  187. ],
  188. "authors": [
  189. {
  190. "name": "yunwuxin",
  191. "email": "448901948@qq.com"
  192. }
  193. ],
  194. "description": "captcha package for thinkphp5",
  195. "time": "2016-07-06T01:47:11+00:00"
  196. },
  197. {
  198. "name": "topthink/think-installer",
  199. "version": "v1.0.12",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/top-think/think-installer.git",
  203. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  208. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "composer-plugin-api": "^1.0"
  213. },
  214. "require-dev": {
  215. "composer/composer": "1.0.*@dev"
  216. },
  217. "type": "composer-plugin",
  218. "extra": {
  219. "class": "think\\composer\\Plugin"
  220. },
  221. "autoload": {
  222. "psr-4": {
  223. "think\\composer\\": "src"
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "Apache-2.0"
  229. ],
  230. "authors": [
  231. {
  232. "name": "yunwuxin",
  233. "email": "448901948@qq.com"
  234. }
  235. ],
  236. "time": "2017-05-27T06:58:09+00:00"
  237. }
  238. ],
  239. "packages-dev": [],
  240. "aliases": [],
  241. "minimum-stability": "stable",
  242. "stability-flags": [],
  243. "prefer-stable": false,
  244. "prefer-lowest": false,
  245. "platform": {
  246. "php": ">=5.4.0"
  247. },
  248. "platform-dev": []
  249. }