installed.json 15 KB

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