installed.json 15 KB

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