composer.lock 9.7 KB

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