composer.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  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. "hash": "92eab86981f913034625267940d7e455",
  8. "content-hash": "3428b381eb387b7decf39999545717d3",
  9. "packages": [
  10. {
  11. "name": "endroid/qrcode",
  12. "version": "1.9.3",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/endroid/QrCode.git",
  16. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://files.phpcomposer.com/files/endroid/QrCode/c9644bec2a9cc9318e98d1437de3c628dcd1ef93.zip",
  21. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ext-gd": "*",
  26. "php": ">=5.4",
  27. "symfony/options-resolver": "^2.3|^3.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^4.0|^5.0",
  31. "sensio/framework-extra-bundle": "^3.0",
  32. "symfony/browser-kit": "^2.3|^3.0",
  33. "symfony/framework-bundle": "^2.3|^3.0",
  34. "symfony/http-kernel": "^2.3|^3.0"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Endroid\\QrCode\\": "src/"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Jeroen van den Enden",
  54. "email": "info@endroid.nl",
  55. "homepage": "http://endroid.nl/"
  56. }
  57. ],
  58. "description": "Endroid QR Code",
  59. "homepage": "https://github.com/endroid/QrCode",
  60. "keywords": [
  61. "bundle",
  62. "code",
  63. "endroid",
  64. "qr",
  65. "qrcode",
  66. "symfony"
  67. ],
  68. "time": "2017-04-08 09:13:59"
  69. },
  70. {
  71. "name": "qiniu/php-sdk",
  72. "version": "v7.1.3",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/qiniu/php-sdk.git",
  76. "reference": "b91653485e36b4797d7a302cc86c49695e47a642"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://files.phpcomposer.com/files/qiniu/php-sdk/b91653485e36b4797d7a302cc86c49695e47a642.zip",
  81. "reference": "b91653485e36b4797d7a302cc86c49695e47a642",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3.3"
  86. },
  87. "require-dev": {
  88. "phpunit/phpunit": "~4.0",
  89. "squizlabs/php_codesniffer": "~2.3"
  90. },
  91. "type": "library",
  92. "autoload": {
  93. "psr-4": {
  94. "Qiniu\\": "src/Qiniu"
  95. },
  96. "files": [
  97. "src/Qiniu/functions.php"
  98. ]
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Qiniu",
  107. "email": "sdk@qiniu.com",
  108. "homepage": "http://www.qiniu.com"
  109. }
  110. ],
  111. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  112. "homepage": "http://developer.qiniu.com/",
  113. "keywords": [
  114. "cloud",
  115. "qiniu",
  116. "sdk",
  117. "storage"
  118. ],
  119. "time": "2016-11-18 02:57:31"
  120. },
  121. {
  122. "name": "symfony/options-resolver",
  123. "version": "v3.2.7",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/symfony/options-resolver.git",
  127. "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://files.phpcomposer.com/files/symfony/options-resolver/6a19be85237fe8bbd4975f86942b4763bb0da6ca.zip",
  132. "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "php": ">=5.5.9"
  137. },
  138. "type": "library",
  139. "extra": {
  140. "branch-alias": {
  141. "dev-master": "3.2-dev"
  142. }
  143. },
  144. "autoload": {
  145. "psr-4": {
  146. "Symfony\\Component\\OptionsResolver\\": ""
  147. },
  148. "exclude-from-classmap": [
  149. "/Tests/"
  150. ]
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Fabien Potencier",
  159. "email": "fabien@symfony.com"
  160. },
  161. {
  162. "name": "Symfony Community",
  163. "homepage": "https://symfony.com/contributors"
  164. }
  165. ],
  166. "description": "Symfony OptionsResolver Component",
  167. "homepage": "https://symfony.com",
  168. "keywords": [
  169. "config",
  170. "configuration",
  171. "options"
  172. ],
  173. "time": "2017-03-21 21:44:32"
  174. },
  175. {
  176. "name": "topthink/framework",
  177. "version": "v5.0.7",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/top-think/framework.git",
  181. "reference": "bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://files.phpcomposer.com/files/top-think/framework/bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3.zip",
  186. "reference": "bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": ">=5.4.0",
  191. "topthink/think-installer": "~1.0"
  192. },
  193. "require-dev": {
  194. "johnkary/phpunit-speedtrap": "^1.0",
  195. "mikey179/vfsstream": "~1.6",
  196. "phpdocumentor/reflection-docblock": "^2.0",
  197. "phploc/phploc": "2.*",
  198. "phpunit/phpunit": "4.8.*",
  199. "sebastian/phpcpd": "2.*"
  200. },
  201. "type": "think-framework",
  202. "autoload": {
  203. "psr-4": {
  204. "think\\": "library/think"
  205. }
  206. },
  207. "notification-url": "https://packagist.org/downloads/",
  208. "license": [
  209. "Apache-2.0"
  210. ],
  211. "authors": [
  212. {
  213. "name": "liu21st",
  214. "email": "liu21st@gmail.com"
  215. }
  216. ],
  217. "description": "the new thinkphp framework",
  218. "homepage": "http://thinkphp.cn/",
  219. "keywords": [
  220. "framework",
  221. "orm",
  222. "thinkphp"
  223. ],
  224. "time": "2017-02-25 02:51:57"
  225. },
  226. {
  227. "name": "topthink/think-captcha",
  228. "version": "v1.0.7",
  229. "source": {
  230. "type": "git",
  231. "url": "https://github.com/top-think/think-captcha.git",
  232. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  233. },
  234. "dist": {
  235. "type": "zip",
  236. "url": "https://files.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip",
  237. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  238. "shasum": ""
  239. },
  240. "type": "library",
  241. "autoload": {
  242. "psr-4": {
  243. "think\\captcha\\": "src/"
  244. },
  245. "files": [
  246. "src/helper.php"
  247. ]
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "Apache-2.0"
  252. ],
  253. "authors": [
  254. {
  255. "name": "yunwuxin",
  256. "email": "448901948@qq.com"
  257. }
  258. ],
  259. "description": "captcha package for thinkphp5",
  260. "time": "2016-07-06 01:47:11"
  261. },
  262. {
  263. "name": "topthink/think-helper",
  264. "version": "v1.0.6",
  265. "source": {
  266. "type": "git",
  267. "url": "https://github.com/top-think/think-helper.git",
  268. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  269. },
  270. "dist": {
  271. "type": "zip",
  272. "url": "https://files.phpcomposer.com/files/top-think/think-helper/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f.zip",
  273. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  274. "shasum": ""
  275. },
  276. "type": "library",
  277. "autoload": {
  278. "psr-4": {
  279. "think\\helper\\": "src"
  280. },
  281. "files": [
  282. "src/helper.php"
  283. ]
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "Apache-2.0"
  288. ],
  289. "authors": [
  290. {
  291. "name": "yunwuxin",
  292. "email": "448901948@qq.com"
  293. }
  294. ],
  295. "description": "The ThinkPHP5 Helper Package",
  296. "time": "2017-04-05 07:15:37"
  297. },
  298. {
  299. "name": "topthink/think-installer",
  300. "version": "v1.0.11",
  301. "source": {
  302. "type": "git",
  303. "url": "https://github.com/top-think/think-installer.git",
  304. "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d"
  305. },
  306. "dist": {
  307. "type": "zip",
  308. "url": "https://files.phpcomposer.com/files/top-think/think-installer/4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d.zip",
  309. "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d",
  310. "shasum": ""
  311. },
  312. "require": {
  313. "composer-plugin-api": "^1.0"
  314. },
  315. "require-dev": {
  316. "composer/composer": "1.0.*@dev"
  317. },
  318. "type": "composer-plugin",
  319. "extra": {
  320. "class": "think\\composer\\Plugin"
  321. },
  322. "autoload": {
  323. "psr-4": {
  324. "think\\composer\\": "src"
  325. }
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "Apache-2.0"
  330. ],
  331. "authors": [
  332. {
  333. "name": "yunwuxin",
  334. "email": "448901948@qq.com"
  335. }
  336. ],
  337. "time": "2016-12-01 09:08:45"
  338. },
  339. {
  340. "name": "topthink/think-mongo",
  341. "version": "v1.6",
  342. "source": {
  343. "type": "git",
  344. "url": "https://github.com/top-think/think-mongo.git",
  345. "reference": "1c6d29f58bd7caa8da088c167b4e65ddac621588"
  346. },
  347. "dist": {
  348. "type": "zip",
  349. "url": "https://files.phpcomposer.com/files/top-think/think-mongo/1c6d29f58bd7caa8da088c167b4e65ddac621588.zip",
  350. "reference": "1c6d29f58bd7caa8da088c167b4e65ddac621588",
  351. "shasum": ""
  352. },
  353. "type": "library",
  354. "autoload": {
  355. "psr-4": {
  356. "think\\mongo\\": "src"
  357. },
  358. "files": []
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "Apache-2.0"
  363. ],
  364. "authors": [
  365. {
  366. "name": "liu21st",
  367. "email": "liu21st@gmail.com"
  368. }
  369. ],
  370. "description": "mongodb driver for thinkphp5",
  371. "time": "2017-02-13 07:17:51"
  372. },
  373. {
  374. "name": "topthink/think-queue",
  375. "version": "v1.1.3",
  376. "source": {
  377. "type": "git",
  378. "url": "https://github.com/top-think/think-queue.git",
  379. "reference": "07480c36381344bef9db9c9bbe3de28005a839d3"
  380. },
  381. "dist": {
  382. "type": "zip",
  383. "url": "https://files.phpcomposer.com/files/top-think/think-queue/07480c36381344bef9db9c9bbe3de28005a839d3.zip",
  384. "reference": "07480c36381344bef9db9c9bbe3de28005a839d3",
  385. "shasum": ""
  386. },
  387. "require": {
  388. "topthink/think-helper": ">=1.0.4",
  389. "topthink/think-installer": ">=1.0.10"
  390. },
  391. "type": "think-extend",
  392. "extra": {
  393. "think-config": {
  394. "queue": "src/config.php"
  395. }
  396. },
  397. "autoload": {
  398. "psr-4": {
  399. "think\\": "src"
  400. },
  401. "files": [
  402. "src/common.php"
  403. ]
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "Apache-2.0"
  408. ],
  409. "authors": [
  410. {
  411. "name": "yunwuxin",
  412. "email": "448901948@qq.com"
  413. }
  414. ],
  415. "description": "The ThinkPHP5 Queue Package",
  416. "time": "2017-02-28 08:07:37"
  417. },
  418. {
  419. "name": "zoujingli/ip2region",
  420. "version": "v1.0.1",
  421. "source": {
  422. "type": "git",
  423. "url": "https://github.com/zoujingli/ip2region.git",
  424. "reference": "2efe42321acb83d01d1de5bfde69142ad81bff9b"
  425. },
  426. "dist": {
  427. "type": "zip",
  428. "url": "https://files.phpcomposer.com/files/zoujingli/ip2region/2efe42321acb83d01d1de5bfde69142ad81bff9b.zip",
  429. "reference": "2efe42321acb83d01d1de5bfde69142ad81bff9b",
  430. "shasum": ""
  431. },
  432. "require": {
  433. "php": ">=5.3.3"
  434. },
  435. "type": "library",
  436. "autoload": {
  437. "classmap": [
  438. "Ip2Region.php"
  439. ]
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "Apache 2.0"
  444. ],
  445. "description": "Ip2Region",
  446. "homepage": "https://github.com/zoujingli/Ip2Region",
  447. "keywords": [
  448. "Ip2Region"
  449. ],
  450. "time": "2017-03-22 10:03:27"
  451. },
  452. {
  453. "name": "zoujingli/wechat-php-sdk",
  454. "version": "dev-master",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/zoujingli/wechat-php-sdk.git",
  458. "reference": "bb509f17ad860322b39a607731c37adbd8f21e75"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://files.phpcomposer.com/files/zoujingli/wechat-php-sdk/bb509f17ad860322b39a607731c37adbd8f21e75.zip",
  463. "reference": "bb509f17ad860322b39a607731c37adbd8f21e75",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.3"
  468. },
  469. "type": "project",
  470. "autoload": {
  471. "psr-4": {
  472. "Wechat\\": "./Wechat"
  473. }
  474. },
  475. "notification-url": "https://packagist.org/downloads/",
  476. "license": [
  477. "MIT"
  478. ],
  479. "description": "WeChat development of SDK",
  480. "homepage": "http://www.kancloud.cn/zoujingli/wechat-php-sdk",
  481. "keywords": [
  482. "wechat-php-sdk"
  483. ],
  484. "time": "2017-04-17 09:22:40"
  485. }
  486. ],
  487. "packages-dev": [],
  488. "aliases": [],
  489. "minimum-stability": "stable",
  490. "stability-flags": {
  491. "zoujingli/wechat-php-sdk": 20
  492. },
  493. "prefer-stable": false,
  494. "prefer-lowest": false,
  495. "platform": {
  496. "php": ">=5.4.0"
  497. },
  498. "platform-dev": []
  499. }