installed.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  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. },
  17. "require": {
  18. "php": ">=5.3"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "~4.0",
  22. "satooshi/php-coveralls": "~1.0"
  23. },
  24. "time": "2018-01-08T06:59:35+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "OSS\\": "src/OSS"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Aliyuncs",
  39. "homepage": "http://www.aliyun.com"
  40. }
  41. ],
  42. "description": "Aliyun OSS SDK for PHP",
  43. "homepage": "http://www.aliyun.com/product/oss/"
  44. },
  45. {
  46. "name": "guzzle/guzzle",
  47. "version": "v3.9.3",
  48. "version_normalized": "3.9.3.0",
  49. "source": {
  50. "type": "git",
  51. "url": "https://github.com/guzzle/guzzle3.git",
  52. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  53. },
  54. "dist": {
  55. "type": "zip",
  56. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  57. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  58. "shasum": ""
  59. },
  60. "require": {
  61. "ext-curl": "*",
  62. "php": ">=5.3.3",
  63. "symfony/event-dispatcher": "~2.1"
  64. },
  65. "replace": {
  66. "guzzle/batch": "self.version",
  67. "guzzle/cache": "self.version",
  68. "guzzle/common": "self.version",
  69. "guzzle/http": "self.version",
  70. "guzzle/inflection": "self.version",
  71. "guzzle/iterator": "self.version",
  72. "guzzle/log": "self.version",
  73. "guzzle/parser": "self.version",
  74. "guzzle/plugin": "self.version",
  75. "guzzle/plugin-async": "self.version",
  76. "guzzle/plugin-backoff": "self.version",
  77. "guzzle/plugin-cache": "self.version",
  78. "guzzle/plugin-cookie": "self.version",
  79. "guzzle/plugin-curlauth": "self.version",
  80. "guzzle/plugin-error-response": "self.version",
  81. "guzzle/plugin-history": "self.version",
  82. "guzzle/plugin-log": "self.version",
  83. "guzzle/plugin-md5": "self.version",
  84. "guzzle/plugin-mock": "self.version",
  85. "guzzle/plugin-oauth": "self.version",
  86. "guzzle/service": "self.version",
  87. "guzzle/stream": "self.version"
  88. },
  89. "require-dev": {
  90. "doctrine/cache": "~1.3",
  91. "monolog/monolog": "~1.0",
  92. "phpunit/phpunit": "3.7.*",
  93. "psr/log": "~1.0",
  94. "symfony/class-loader": "~2.1",
  95. "zendframework/zend-cache": "2.*,<2.3",
  96. "zendframework/zend-log": "2.*,<2.3"
  97. },
  98. "suggest": {
  99. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  100. },
  101. "time": "2015-03-18T18:23:50+00:00",
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "3.9-dev"
  106. }
  107. },
  108. "installation-source": "dist",
  109. "autoload": {
  110. "psr-0": {
  111. "Guzzle": "src/",
  112. "Guzzle\\Tests": "tests/"
  113. }
  114. },
  115. "notification-url": "https://packagist.org/downloads/",
  116. "license": [
  117. "MIT"
  118. ],
  119. "authors": [
  120. {
  121. "name": "Michael Dowling",
  122. "email": "mtdowling@gmail.com",
  123. "homepage": "https://github.com/mtdowling"
  124. },
  125. {
  126. "name": "Guzzle Community",
  127. "homepage": "https://github.com/guzzle/guzzle/contributors"
  128. }
  129. ],
  130. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  131. "homepage": "http://guzzlephp.org/",
  132. "keywords": [
  133. "client",
  134. "curl",
  135. "framework",
  136. "http",
  137. "http client",
  138. "rest",
  139. "web service"
  140. ],
  141. "abandoned": "guzzlehttp/guzzle"
  142. },
  143. {
  144. "name": "kosinix/grafika",
  145. "version": "dev-master",
  146. "version_normalized": "9999999-dev",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/kosinix/grafika.git",
  150. "reference": "211f61fc334b8b36616b23e8af7c5727971d96ee"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://api.github.com/repos/kosinix/grafika/zipball/211f61fc334b8b36616b23e8af7c5727971d96ee",
  155. "reference": "211f61fc334b8b36616b23e8af7c5727971d96ee",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "php": ">=5.3"
  160. },
  161. "time": "2017-06-20T03:13:49+00:00",
  162. "type": "library",
  163. "installation-source": "source",
  164. "autoload": {
  165. "psr-4": {
  166. "Grafika\\": "src/Grafika"
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT",
  172. "GPL-2.0+"
  173. ],
  174. "authors": [
  175. {
  176. "name": "Nico Amarilla",
  177. "homepage": "https://www.kosinix.com"
  178. }
  179. ],
  180. "description": "An image manipulation library for PHP.",
  181. "homepage": "http://kosinix.github.io/grafika",
  182. "keywords": [
  183. "grafika"
  184. ]
  185. },
  186. {
  187. "name": "lvht/geohash",
  188. "version": "v1.1.0",
  189. "version_normalized": "1.1.0.0",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/lvht/geohash.git",
  193. "reference": "bbba3e1b487f0ec2e5e666c1bc9d1d4277990a29"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/lvht/geohash/zipball/bbba3e1b487f0ec2e5e666c1bc9d1d4277990a29",
  198. "reference": "bbba3e1b487f0ec2e5e666c1bc9d1d4277990a29",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "php": ">=5.4.0"
  203. },
  204. "time": "2017-08-24T11:05:30+00:00",
  205. "type": "library",
  206. "installation-source": "dist",
  207. "autoload": {
  208. "psr-4": {
  209. "Lvht\\": "src"
  210. }
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "吕海涛",
  219. "email": "git@lvht.net",
  220. "homepage": "https://github.com/lvht"
  221. }
  222. ],
  223. "description": "geohash like python-geohash",
  224. "homepage": "http://github.com/lvht/geohash",
  225. "keywords": [
  226. "geohash"
  227. ]
  228. },
  229. {
  230. "name": "myclabs/php-enum",
  231. "version": "1.6.4",
  232. "version_normalized": "1.6.4.0",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/myclabs/php-enum.git",
  236. "reference": "550d2334d77f91b0816a5cbd6965272fe20146b8"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/550d2334d77f91b0816a5cbd6965272fe20146b8",
  241. "reference": "550d2334d77f91b0816a5cbd6965272fe20146b8",
  242. "shasum": ""
  243. },
  244. "require": {
  245. "php": ">=5.4"
  246. },
  247. "require-dev": {
  248. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  249. "squizlabs/php_codesniffer": "1.*"
  250. },
  251. "time": "2018-10-30T14:36:18+00:00",
  252. "type": "library",
  253. "installation-source": "dist",
  254. "autoload": {
  255. "psr-4": {
  256. "MyCLabs\\Enum\\": "src/"
  257. }
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "MIT"
  262. ],
  263. "authors": [
  264. {
  265. "name": "PHP Enum contributors",
  266. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  267. }
  268. ],
  269. "description": "PHP Enum implementation",
  270. "homepage": "http://github.com/myclabs/php-enum",
  271. "keywords": [
  272. "enum"
  273. ]
  274. },
  275. {
  276. "name": "qcloud/cos-sdk-v5",
  277. "version": "v1.3.0",
  278. "version_normalized": "1.3.0.0",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
  282. "reference": "989c087a5aaf9b5df020b1d2633644e7c9f694e0"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/989c087a5aaf9b5df020b1d2633644e7c9f694e0",
  287. "reference": "989c087a5aaf9b5df020b1d2633644e7c9f694e0",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "guzzle/guzzle": "~3.7",
  292. "php": ">=5.3.0"
  293. },
  294. "time": "2018-11-27T13:31:54+00:00",
  295. "type": "library",
  296. "installation-source": "dist",
  297. "autoload": {
  298. "psr-0": {
  299. "Qcloud\\Cos\\": "src/"
  300. }
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "MIT"
  305. ],
  306. "authors": [
  307. {
  308. "name": "yaozongyou",
  309. "email": "yaozongyou@vip.qq.com"
  310. },
  311. {
  312. "name": "lewzylu",
  313. "email": "327874225@qq.com"
  314. }
  315. ],
  316. "description": "PHP SDK for QCloud COS",
  317. "keywords": [
  318. "cos",
  319. "php",
  320. "qcloud"
  321. ]
  322. },
  323. {
  324. "name": "qiniu/php-sdk",
  325. "version": "v7.2.7",
  326. "version_normalized": "7.2.7.0",
  327. "source": {
  328. "type": "git",
  329. "url": "https://github.com/qiniu/php-sdk.git",
  330. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6"
  331. },
  332. "dist": {
  333. "type": "zip",
  334. "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  335. "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6",
  336. "shasum": ""
  337. },
  338. "require": {
  339. "php": ">=5.3.3"
  340. },
  341. "require-dev": {
  342. "phpunit/phpunit": "~4.0",
  343. "squizlabs/php_codesniffer": "~2.3"
  344. },
  345. "time": "2018-11-06T13:34:32+00:00",
  346. "type": "library",
  347. "installation-source": "dist",
  348. "autoload": {
  349. "psr-4": {
  350. "Qiniu\\": "src/Qiniu"
  351. },
  352. "files": [
  353. "src/Qiniu/functions.php"
  354. ]
  355. },
  356. "notification-url": "https://packagist.org/downloads/",
  357. "license": [
  358. "MIT"
  359. ],
  360. "authors": [
  361. {
  362. "name": "Qiniu",
  363. "email": "sdk@qiniu.com",
  364. "homepage": "http://www.qiniu.com"
  365. }
  366. ],
  367. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  368. "homepage": "http://developer.qiniu.com/",
  369. "keywords": [
  370. "cloud",
  371. "qiniu",
  372. "sdk",
  373. "storage"
  374. ]
  375. },
  376. {
  377. "name": "symfony/event-dispatcher",
  378. "version": "v2.8.49",
  379. "version_normalized": "2.8.49.0",
  380. "source": {
  381. "type": "git",
  382. "url": "https://github.com/symfony/event-dispatcher.git",
  383. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
  384. },
  385. "dist": {
  386. "type": "zip",
  387. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
  388. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
  389. "shasum": ""
  390. },
  391. "require": {
  392. "php": ">=5.3.9"
  393. },
  394. "require-dev": {
  395. "psr/log": "~1.0",
  396. "symfony/config": "^2.0.5|~3.0.0",
  397. "symfony/dependency-injection": "~2.6|~3.0.0",
  398. "symfony/expression-language": "~2.6|~3.0.0",
  399. "symfony/stopwatch": "~2.3|~3.0.0"
  400. },
  401. "suggest": {
  402. "symfony/dependency-injection": "",
  403. "symfony/http-kernel": ""
  404. },
  405. "time": "2018-11-21T14:20:20+00:00",
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "2.8-dev"
  410. }
  411. },
  412. "installation-source": "dist",
  413. "autoload": {
  414. "psr-4": {
  415. "Symfony\\Component\\EventDispatcher\\": ""
  416. },
  417. "exclude-from-classmap": [
  418. "/Tests/"
  419. ]
  420. },
  421. "notification-url": "https://packagist.org/downloads/",
  422. "license": [
  423. "MIT"
  424. ],
  425. "authors": [
  426. {
  427. "name": "Fabien Potencier",
  428. "email": "fabien@symfony.com"
  429. },
  430. {
  431. "name": "Symfony Community",
  432. "homepage": "https://symfony.com/contributors"
  433. }
  434. ],
  435. "description": "Symfony EventDispatcher Component",
  436. "homepage": "https://symfony.com"
  437. },
  438. {
  439. "name": "topthink/framework",
  440. "version": "v5.0.24",
  441. "version_normalized": "5.0.24.0",
  442. "source": {
  443. "type": "git",
  444. "url": "https://github.com/top-think/framework.git",
  445. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
  446. },
  447. "dist": {
  448. "type": "zip",
  449. "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
  450. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
  451. "shasum": ""
  452. },
  453. "require": {
  454. "php": ">=5.4.0",
  455. "topthink/think-installer": "~1.0"
  456. },
  457. "require-dev": {
  458. "johnkary/phpunit-speedtrap": "^1.0",
  459. "mikey179/vfsstream": "~1.6",
  460. "phpdocumentor/reflection-docblock": "^2.0",
  461. "phploc/phploc": "2.*",
  462. "phpunit/phpunit": "4.8.*",
  463. "sebastian/phpcpd": "2.*"
  464. },
  465. "time": "2019-01-11T08:04:58+00:00",
  466. "type": "think-framework",
  467. "installation-source": "dist",
  468. "autoload": {
  469. "psr-4": {
  470. "think\\": "library/think"
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "Apache-2.0"
  476. ],
  477. "authors": [
  478. {
  479. "name": "liu21st",
  480. "email": "liu21st@gmail.com"
  481. }
  482. ],
  483. "description": "the new thinkphp framework",
  484. "homepage": "http://thinkphp.cn/",
  485. "keywords": [
  486. "framework",
  487. "orm",
  488. "thinkphp"
  489. ]
  490. },
  491. {
  492. "name": "topthink/think-installer",
  493. "version": "v1.0.12",
  494. "version_normalized": "1.0.12.0",
  495. "source": {
  496. "type": "git",
  497. "url": "https://github.com/top-think/think-installer.git",
  498. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  499. },
  500. "dist": {
  501. "type": "zip",
  502. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  503. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  504. "shasum": ""
  505. },
  506. "require": {
  507. "composer-plugin-api": "^1.0"
  508. },
  509. "require-dev": {
  510. "composer/composer": "1.0.*@dev"
  511. },
  512. "time": "2017-05-27T06:58:09+00:00",
  513. "type": "composer-plugin",
  514. "extra": {
  515. "class": "think\\composer\\Plugin"
  516. },
  517. "installation-source": "dist",
  518. "autoload": {
  519. "psr-4": {
  520. "think\\composer\\": "src"
  521. }
  522. },
  523. "notification-url": "https://packagist.org/downloads/",
  524. "license": [
  525. "Apache-2.0"
  526. ],
  527. "authors": [
  528. {
  529. "name": "yunwuxin",
  530. "email": "448901948@qq.com"
  531. }
  532. ]
  533. }
  534. ]