composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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": "cfbbe7f9a3f136430606c041d8fcec9a",
  8. "packages": [
  9. {
  10. "name": "topthink/framework",
  11. "version": "v5.0.14",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/top-think/framework.git",
  15. "reference": "3d1bdfbc19a7e7fd323be1dd53c4bacbe7bfb706"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://files.phpcomposer.com/files/top-think/framework/3d1bdfbc19a7e7fd323be1dd53c4bacbe7bfb706.zip",
  20. "reference": "3d1bdfbc19a7e7fd323be1dd53c4bacbe7bfb706",
  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-01-01T12:44:11+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://files.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip",
  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-helper",
  98. "version": "v1.0.6",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/top-think/think-helper.git",
  102. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://files.phpcomposer.com/files/top-think/think-helper/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f.zip",
  107. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  108. "shasum": ""
  109. },
  110. "type": "library",
  111. "autoload": {
  112. "psr-4": {
  113. "think\\helper\\": "src"
  114. },
  115. "files": [
  116. "src/helper.php"
  117. ]
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "Apache-2.0"
  122. ],
  123. "authors": [
  124. {
  125. "name": "yunwuxin",
  126. "email": "448901948@qq.com"
  127. }
  128. ],
  129. "description": "The ThinkPHP5 Helper Package",
  130. "time": "2017-04-05T07:15:37+00:00"
  131. },
  132. {
  133. "name": "topthink/think-image",
  134. "version": "v1.0.7",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/top-think/think-image.git",
  138. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://files.phpcomposer.com/files/top-think/think-image/8586cf47f117481c6d415b20f7dedf62e79d5512.zip",
  143. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "ext-gd": "*"
  148. },
  149. "require-dev": {
  150. "phpunit/phpunit": "4.8.*",
  151. "topthink/framework": "^5.0"
  152. },
  153. "type": "library",
  154. "autoload": {
  155. "psr-4": {
  156. "think\\": "src"
  157. }
  158. },
  159. "notification-url": "https://packagist.org/downloads/",
  160. "license": [
  161. "Apache-2.0"
  162. ],
  163. "authors": [
  164. {
  165. "name": "yunwuxin",
  166. "email": "448901948@qq.com"
  167. }
  168. ],
  169. "description": "The ThinkPHP5 Image Package",
  170. "time": "2016-09-29T06:05:43+00:00"
  171. },
  172. {
  173. "name": "topthink/think-installer",
  174. "version": "v1.0.12",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/top-think/think-installer.git",
  178. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://files.phpcomposer.com/files/top-think/think-installer/1be326e68f63de4e95977ed50f46ae75f017556d.zip",
  183. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "composer-plugin-api": "^1.0"
  188. },
  189. "require-dev": {
  190. "composer/composer": "1.0.*@dev"
  191. },
  192. "type": "composer-plugin",
  193. "extra": {
  194. "class": "think\\composer\\Plugin"
  195. },
  196. "autoload": {
  197. "psr-4": {
  198. "think\\composer\\": "src"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "Apache-2.0"
  204. ],
  205. "authors": [
  206. {
  207. "name": "yunwuxin",
  208. "email": "448901948@qq.com"
  209. }
  210. ],
  211. "time": "2017-05-27T06:58:09+00:00"
  212. },
  213. {
  214. "name": "topthink/think-migration",
  215. "version": "v1.1.1",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/top-think/think-migration.git",
  219. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://files.phpcomposer.com/files/top-think/think-migration/8e489f8d38a39876690c0e00fcf9a54ae92c4d3d.zip",
  224. "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
  225. "shasum": ""
  226. },
  227. "require-dev": {
  228. "topthink/framework": "^5.0"
  229. },
  230. "type": "library",
  231. "autoload": {
  232. "psr-4": {
  233. "Phinx\\": "phinx/src/Phinx",
  234. "think\\migration\\": "src"
  235. },
  236. "files": [
  237. "src/config.php"
  238. ]
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "Apache-2.0"
  243. ],
  244. "authors": [
  245. {
  246. "name": "yunwuxin",
  247. "email": "448901948@qq.com"
  248. }
  249. ],
  250. "time": "2017-03-31T06:33:23+00:00"
  251. },
  252. {
  253. "name": "topthink/think-mongo",
  254. "version": "v1.8",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/top-think/think-mongo.git",
  258. "reference": "f7dc55d6bb9d22142ae262f15a3d269850218335"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://files.phpcomposer.com/files/top-think/think-mongo/f7dc55d6bb9d22142ae262f15a3d269850218335.zip",
  263. "reference": "f7dc55d6bb9d22142ae262f15a3d269850218335",
  264. "shasum": ""
  265. },
  266. "type": "library",
  267. "autoload": {
  268. "psr-4": {
  269. "think\\mongo\\": "src"
  270. },
  271. "files": []
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "Apache-2.0"
  276. ],
  277. "authors": [
  278. {
  279. "name": "liu21st",
  280. "email": "liu21st@gmail.com"
  281. }
  282. ],
  283. "description": "mongodb driver for thinkphp5",
  284. "time": "2017-12-15T10:35:03+00:00"
  285. },
  286. {
  287. "name": "topthink/think-oracle",
  288. "version": "v1.2",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/top-think/think-oracle.git",
  292. "reference": "02e902b0cc63502e60995431a0da521454cd6f34"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://files.phpcomposer.com/files/top-think/think-oracle/02e902b0cc63502e60995431a0da521454cd6f34.zip",
  297. "reference": "02e902b0cc63502e60995431a0da521454cd6f34",
  298. "shasum": ""
  299. },
  300. "type": "library",
  301. "autoload": {
  302. "psr-4": {
  303. "think\\oracle\\": "src"
  304. },
  305. "files": []
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "Apache-2.0"
  310. ],
  311. "authors": [
  312. {
  313. "name": "liu21st",
  314. "email": "liu21st@gmail.com"
  315. }
  316. ],
  317. "description": "Oracle driver for thinkphp5",
  318. "time": "2017-02-06T02:03:03+00:00"
  319. },
  320. {
  321. "name": "topthink/think-queue",
  322. "version": "v1.1.4",
  323. "source": {
  324. "type": "git",
  325. "url": "https://github.com/top-think/think-queue.git",
  326. "reference": "ad709611d516e13d6760234bc98e91faa901cae8"
  327. },
  328. "dist": {
  329. "type": "zip",
  330. "url": "https://files.phpcomposer.com/files/top-think/think-queue/ad709611d516e13d6760234bc98e91faa901cae8.zip",
  331. "reference": "ad709611d516e13d6760234bc98e91faa901cae8",
  332. "shasum": ""
  333. },
  334. "require": {
  335. "topthink/think-helper": ">=1.0.4",
  336. "topthink/think-installer": ">=1.0.10"
  337. },
  338. "type": "think-extend",
  339. "extra": {
  340. "think-config": {
  341. "queue": "src/config.php"
  342. }
  343. },
  344. "autoload": {
  345. "psr-4": {
  346. "think\\": "src"
  347. },
  348. "files": [
  349. "src/common.php"
  350. ]
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "Apache-2.0"
  355. ],
  356. "authors": [
  357. {
  358. "name": "yunwuxin",
  359. "email": "448901948@qq.com"
  360. }
  361. ],
  362. "description": "The ThinkPHP5 Queue Package",
  363. "time": "2017-06-25T00:49:56+00:00"
  364. }
  365. ],
  366. "packages-dev": [],
  367. "aliases": [],
  368. "minimum-stability": "stable",
  369. "stability-flags": [],
  370. "prefer-stable": false,
  371. "prefer-lowest": false,
  372. "platform": {
  373. "php": ">=5.4.0"
  374. },
  375. "platform-dev": []
  376. }