installed.json 18 KB

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