installed.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931
  1. {
  2. "packages": [
  3. {
  4. "name": "guzzle/guzzle",
  5. "version": "v3.9.3",
  6. "version_normalized": "3.9.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/guzzle/guzzle3.git",
  10. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  15. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-curl": "*",
  20. "php": ">=5.3.3",
  21. "symfony/event-dispatcher": "~2.1"
  22. },
  23. "replace": {
  24. "guzzle/batch": "self.version",
  25. "guzzle/cache": "self.version",
  26. "guzzle/common": "self.version",
  27. "guzzle/http": "self.version",
  28. "guzzle/inflection": "self.version",
  29. "guzzle/iterator": "self.version",
  30. "guzzle/log": "self.version",
  31. "guzzle/parser": "self.version",
  32. "guzzle/plugin": "self.version",
  33. "guzzle/plugin-async": "self.version",
  34. "guzzle/plugin-backoff": "self.version",
  35. "guzzle/plugin-cache": "self.version",
  36. "guzzle/plugin-cookie": "self.version",
  37. "guzzle/plugin-curlauth": "self.version",
  38. "guzzle/plugin-error-response": "self.version",
  39. "guzzle/plugin-history": "self.version",
  40. "guzzle/plugin-log": "self.version",
  41. "guzzle/plugin-md5": "self.version",
  42. "guzzle/plugin-mock": "self.version",
  43. "guzzle/plugin-oauth": "self.version",
  44. "guzzle/service": "self.version",
  45. "guzzle/stream": "self.version"
  46. },
  47. "require-dev": {
  48. "doctrine/cache": "~1.3",
  49. "monolog/monolog": "~1.0",
  50. "phpunit/phpunit": "3.7.*",
  51. "psr/log": "~1.0",
  52. "symfony/class-loader": "~2.1",
  53. "zendframework/zend-cache": "2.*,<2.3",
  54. "zendframework/zend-log": "2.*,<2.3"
  55. },
  56. "suggest": {
  57. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  58. },
  59. "time": "2015-03-18T18:23:50+00:00",
  60. "type": "library",
  61. "extra": {
  62. "branch-alias": {
  63. "dev-master": "3.9-dev"
  64. }
  65. },
  66. "installation-source": "dist",
  67. "autoload": {
  68. "psr-0": {
  69. "Guzzle": "src/",
  70. "Guzzle\\Tests": "tests/"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Michael Dowling",
  80. "email": "mtdowling@gmail.com",
  81. "homepage": "https://github.com/mtdowling"
  82. },
  83. {
  84. "name": "Guzzle Community",
  85. "homepage": "https://github.com/guzzle/guzzle/contributors"
  86. }
  87. ],
  88. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  89. "homepage": "http://guzzlephp.org/",
  90. "keywords": [
  91. "client",
  92. "curl",
  93. "framework",
  94. "http",
  95. "http client",
  96. "rest",
  97. "web service"
  98. ],
  99. "support": {
  100. "issues": "https://github.com/guzzle/guzzle3/issues",
  101. "source": "https://github.com/guzzle/guzzle3/tree/master"
  102. },
  103. "abandoned": "guzzlehttp/guzzle",
  104. "install-path": "../guzzle/guzzle"
  105. },
  106. {
  107. "name": "guzzlehttp/guzzle",
  108. "version": "7.3.0",
  109. "version_normalized": "7.3.0.0",
  110. "source": {
  111. "type": "git",
  112. "url": "https://github.com/guzzle/guzzle.git",
  113. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  114. },
  115. "dist": {
  116. "type": "zip",
  117. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  118. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  119. "shasum": "",
  120. "mirrors": [
  121. {
  122. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  123. "preferred": true
  124. }
  125. ]
  126. },
  127. "require": {
  128. "ext-json": "*",
  129. "guzzlehttp/promises": "^1.4",
  130. "guzzlehttp/psr7": "^1.7 || ^2.0",
  131. "php": "^7.2.5 || ^8.0",
  132. "psr/http-client": "^1.0"
  133. },
  134. "provide": {
  135. "psr/http-client-implementation": "1.0"
  136. },
  137. "require-dev": {
  138. "bamarni/composer-bin-plugin": "^1.4.1",
  139. "ext-curl": "*",
  140. "php-http/client-integration-tests": "^3.0",
  141. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  142. "psr/log": "^1.1"
  143. },
  144. "suggest": {
  145. "ext-curl": "Required for CURL handler support",
  146. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  147. "psr/log": "Required for using the Log middleware"
  148. },
  149. "time": "2021-03-23T11:33:13+00:00",
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "7.3-dev"
  154. }
  155. },
  156. "installation-source": "dist",
  157. "autoload": {
  158. "psr-4": {
  159. "GuzzleHttp\\": "src/"
  160. },
  161. "files": [
  162. "src/functions_include.php"
  163. ]
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Michael Dowling",
  172. "email": "mtdowling@gmail.com",
  173. "homepage": "https://github.com/mtdowling"
  174. },
  175. {
  176. "name": "Márk Sági-Kazár",
  177. "email": "mark.sagikazar@gmail.com",
  178. "homepage": "https://sagikazarmark.hu"
  179. }
  180. ],
  181. "description": "Guzzle is a PHP HTTP client library",
  182. "homepage": "http://guzzlephp.org/",
  183. "keywords": [
  184. "client",
  185. "curl",
  186. "framework",
  187. "http",
  188. "http client",
  189. "psr-18",
  190. "psr-7",
  191. "rest",
  192. "web service"
  193. ],
  194. "support": {
  195. "issues": "https://github.com/guzzle/guzzle/issues",
  196. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  197. },
  198. "funding": [
  199. {
  200. "url": "https://github.com/GrahamCampbell",
  201. "type": "github"
  202. },
  203. {
  204. "url": "https://github.com/Nyholm",
  205. "type": "github"
  206. },
  207. {
  208. "url": "https://github.com/alexeyshockov",
  209. "type": "github"
  210. },
  211. {
  212. "url": "https://github.com/gmponos",
  213. "type": "github"
  214. }
  215. ],
  216. "install-path": "../guzzlehttp/guzzle"
  217. },
  218. {
  219. "name": "guzzlehttp/promises",
  220. "version": "1.4.1",
  221. "version_normalized": "1.4.1.0",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/guzzle/promises.git",
  225. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  230. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  231. "shasum": "",
  232. "mirrors": [
  233. {
  234. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  235. "preferred": true
  236. }
  237. ]
  238. },
  239. "require": {
  240. "php": ">=5.5"
  241. },
  242. "require-dev": {
  243. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  244. },
  245. "time": "2021-03-07T09:25:29+00:00",
  246. "type": "library",
  247. "extra": {
  248. "branch-alias": {
  249. "dev-master": "1.4-dev"
  250. }
  251. },
  252. "installation-source": "dist",
  253. "autoload": {
  254. "psr-4": {
  255. "GuzzleHttp\\Promise\\": "src/"
  256. },
  257. "files": [
  258. "src/functions_include.php"
  259. ]
  260. },
  261. "notification-url": "https://packagist.org/downloads/",
  262. "license": [
  263. "MIT"
  264. ],
  265. "authors": [
  266. {
  267. "name": "Michael Dowling",
  268. "email": "mtdowling@gmail.com",
  269. "homepage": "https://github.com/mtdowling"
  270. }
  271. ],
  272. "description": "Guzzle promises library",
  273. "keywords": [
  274. "promise"
  275. ],
  276. "support": {
  277. "issues": "https://github.com/guzzle/promises/issues",
  278. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  279. },
  280. "install-path": "../guzzlehttp/promises"
  281. },
  282. {
  283. "name": "guzzlehttp/psr7",
  284. "version": "1.8.2",
  285. "version_normalized": "1.8.2.0",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/guzzle/psr7.git",
  289. "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
  294. "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
  295. "shasum": "",
  296. "mirrors": [
  297. {
  298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  299. "preferred": true
  300. }
  301. ]
  302. },
  303. "require": {
  304. "php": ">=5.4.0",
  305. "psr/http-message": "~1.0",
  306. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  307. },
  308. "provide": {
  309. "psr/http-message-implementation": "1.0"
  310. },
  311. "require-dev": {
  312. "ext-zlib": "*",
  313. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  314. },
  315. "suggest": {
  316. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  317. },
  318. "time": "2021-04-26T09:17:50+00:00",
  319. "type": "library",
  320. "extra": {
  321. "branch-alias": {
  322. "dev-master": "1.7-dev"
  323. }
  324. },
  325. "installation-source": "dist",
  326. "autoload": {
  327. "psr-4": {
  328. "GuzzleHttp\\Psr7\\": "src/"
  329. },
  330. "files": [
  331. "src/functions_include.php"
  332. ]
  333. },
  334. "notification-url": "https://packagist.org/downloads/",
  335. "license": [
  336. "MIT"
  337. ],
  338. "authors": [
  339. {
  340. "name": "Michael Dowling",
  341. "email": "mtdowling@gmail.com",
  342. "homepage": "https://github.com/mtdowling"
  343. },
  344. {
  345. "name": "Tobias Schultze",
  346. "homepage": "https://github.com/Tobion"
  347. }
  348. ],
  349. "description": "PSR-7 message implementation that also provides common utility methods",
  350. "keywords": [
  351. "http",
  352. "message",
  353. "psr-7",
  354. "request",
  355. "response",
  356. "stream",
  357. "uri",
  358. "url"
  359. ],
  360. "support": {
  361. "issues": "https://github.com/guzzle/psr7/issues",
  362. "source": "https://github.com/guzzle/psr7/tree/1.8.2"
  363. },
  364. "install-path": "../guzzlehttp/psr7"
  365. },
  366. {
  367. "name": "jasig/phpcas",
  368. "version": "1.3.9",
  369. "version_normalized": "1.3.9.0",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/apereo/phpCAS.git",
  373. "reference": "7325865c4cfb5005ed4e4c5cf01823be1726a2a0"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/apereo/phpCAS/zipball/7325865c4cfb5005ed4e4c5cf01823be1726a2a0",
  378. "reference": "7325865c4cfb5005ed4e4c5cf01823be1726a2a0",
  379. "shasum": "",
  380. "mirrors": [
  381. {
  382. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  383. "preferred": true
  384. }
  385. ]
  386. },
  387. "require": {
  388. "ext-curl": "*",
  389. "php": ">=5.4.0",
  390. "psr/log": "^1.0.0"
  391. },
  392. "require-dev": {
  393. "monolog/monolog": "^1.0.0",
  394. "phpunit/phpunit": ">=4.8.35 <8"
  395. },
  396. "time": "2021-01-31T21:13:59+00:00",
  397. "type": "library",
  398. "extra": {
  399. "branch-alias": {
  400. "dev-master": "1.3.x-dev"
  401. }
  402. },
  403. "installation-source": "dist",
  404. "autoload": {
  405. "classmap": [
  406. "source/"
  407. ]
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "license": [
  411. "Apache-2.0"
  412. ],
  413. "authors": [
  414. {
  415. "name": "Joachim Fritschi",
  416. "homepage": "https://wiki.jasig.org/display/~fritschi"
  417. },
  418. {
  419. "name": "Adam Franco",
  420. "homepage": "https://wiki.jasig.org/display/~adamfranco"
  421. }
  422. ],
  423. "description": "Provides a simple API for authenticating users against a CAS server",
  424. "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
  425. "keywords": [
  426. "apereo",
  427. "cas",
  428. "jasig"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/apereo/phpCAS/issues",
  432. "source": "https://github.com/apereo/phpCAS/tree/1.3.9"
  433. },
  434. "install-path": "../jasig/phpcas"
  435. },
  436. {
  437. "name": "league/oauth2-client",
  438. "version": "2.6.0",
  439. "version_normalized": "2.6.0.0",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/thephpleague/oauth2-client.git",
  443. "reference": "badb01e62383430706433191b82506b6df24ad98"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
  448. "reference": "badb01e62383430706433191b82506b6df24ad98",
  449. "shasum": "",
  450. "mirrors": [
  451. {
  452. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  453. "preferred": true
  454. }
  455. ]
  456. },
  457. "require": {
  458. "guzzlehttp/guzzle": "^6.0 || ^7.0",
  459. "paragonie/random_compat": "^1 || ^2 || ^9.99",
  460. "php": "^5.6 || ^7.0 || ^8.0"
  461. },
  462. "require-dev": {
  463. "mockery/mockery": "^1.3",
  464. "php-parallel-lint/php-parallel-lint": "^1.2",
  465. "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
  466. "squizlabs/php_codesniffer": "^2.3 || ^3.0"
  467. },
  468. "time": "2020-10-28T02:03:40+00:00",
  469. "type": "library",
  470. "extra": {
  471. "branch-alias": {
  472. "dev-2.x": "2.0.x-dev"
  473. }
  474. },
  475. "installation-source": "dist",
  476. "autoload": {
  477. "psr-4": {
  478. "League\\OAuth2\\Client\\": "src/"
  479. }
  480. },
  481. "notification-url": "https://packagist.org/downloads/",
  482. "license": [
  483. "MIT"
  484. ],
  485. "authors": [
  486. {
  487. "name": "Alex Bilbie",
  488. "email": "hello@alexbilbie.com",
  489. "homepage": "http://www.alexbilbie.com",
  490. "role": "Developer"
  491. },
  492. {
  493. "name": "Woody Gilk",
  494. "homepage": "https://github.com/shadowhand",
  495. "role": "Contributor"
  496. }
  497. ],
  498. "description": "OAuth 2.0 Client Library",
  499. "keywords": [
  500. "Authentication",
  501. "SSO",
  502. "authorization",
  503. "identity",
  504. "idp",
  505. "oauth",
  506. "oauth2",
  507. "single sign on"
  508. ],
  509. "support": {
  510. "issues": "https://github.com/thephpleague/oauth2-client/issues",
  511. "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
  512. },
  513. "install-path": "../league/oauth2-client"
  514. },
  515. {
  516. "name": "paragonie/random_compat",
  517. "version": "v9.99.100",
  518. "version_normalized": "9.99.100.0",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/paragonie/random_compat.git",
  522. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  527. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  528. "shasum": "",
  529. "mirrors": [
  530. {
  531. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  532. "preferred": true
  533. }
  534. ]
  535. },
  536. "require": {
  537. "php": ">= 7"
  538. },
  539. "require-dev": {
  540. "phpunit/phpunit": "4.*|5.*",
  541. "vimeo/psalm": "^1"
  542. },
  543. "suggest": {
  544. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  545. },
  546. "time": "2020-10-15T08:29:30+00:00",
  547. "type": "library",
  548. "installation-source": "dist",
  549. "notification-url": "https://packagist.org/downloads/",
  550. "license": [
  551. "MIT"
  552. ],
  553. "authors": [
  554. {
  555. "name": "Paragon Initiative Enterprises",
  556. "email": "security@paragonie.com",
  557. "homepage": "https://paragonie.com"
  558. }
  559. ],
  560. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  561. "keywords": [
  562. "csprng",
  563. "polyfill",
  564. "pseudorandom",
  565. "random"
  566. ],
  567. "support": {
  568. "email": "info@paragonie.com",
  569. "issues": "https://github.com/paragonie/random_compat/issues",
  570. "source": "https://github.com/paragonie/random_compat"
  571. },
  572. "install-path": "../paragonie/random_compat"
  573. },
  574. {
  575. "name": "psr/http-client",
  576. "version": "1.0.1",
  577. "version_normalized": "1.0.1.0",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/php-fig/http-client.git",
  581. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  586. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  587. "shasum": "",
  588. "mirrors": [
  589. {
  590. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  591. "preferred": true
  592. }
  593. ]
  594. },
  595. "require": {
  596. "php": "^7.0 || ^8.0",
  597. "psr/http-message": "^1.0"
  598. },
  599. "time": "2020-06-29T06:28:15+00:00",
  600. "type": "library",
  601. "extra": {
  602. "branch-alias": {
  603. "dev-master": "1.0.x-dev"
  604. }
  605. },
  606. "installation-source": "dist",
  607. "autoload": {
  608. "psr-4": {
  609. "Psr\\Http\\Client\\": "src/"
  610. }
  611. },
  612. "notification-url": "https://packagist.org/downloads/",
  613. "license": [
  614. "MIT"
  615. ],
  616. "authors": [
  617. {
  618. "name": "PHP-FIG",
  619. "homepage": "http://www.php-fig.org/"
  620. }
  621. ],
  622. "description": "Common interface for HTTP clients",
  623. "homepage": "https://github.com/php-fig/http-client",
  624. "keywords": [
  625. "http",
  626. "http-client",
  627. "psr",
  628. "psr-18"
  629. ],
  630. "support": {
  631. "source": "https://github.com/php-fig/http-client/tree/master"
  632. },
  633. "install-path": "../psr/http-client"
  634. },
  635. {
  636. "name": "psr/http-message",
  637. "version": "1.0.1",
  638. "version_normalized": "1.0.1.0",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/php-fig/http-message.git",
  642. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  647. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  648. "shasum": "",
  649. "mirrors": [
  650. {
  651. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  652. "preferred": true
  653. }
  654. ]
  655. },
  656. "require": {
  657. "php": ">=5.3.0"
  658. },
  659. "time": "2016-08-06T14:39:51+00:00",
  660. "type": "library",
  661. "extra": {
  662. "branch-alias": {
  663. "dev-master": "1.0.x-dev"
  664. }
  665. },
  666. "installation-source": "dist",
  667. "autoload": {
  668. "psr-4": {
  669. "Psr\\Http\\Message\\": "src/"
  670. }
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "PHP-FIG",
  679. "homepage": "http://www.php-fig.org/"
  680. }
  681. ],
  682. "description": "Common interface for HTTP messages",
  683. "homepage": "https://github.com/php-fig/http-message",
  684. "keywords": [
  685. "http",
  686. "http-message",
  687. "psr",
  688. "psr-7",
  689. "request",
  690. "response"
  691. ],
  692. "support": {
  693. "source": "https://github.com/php-fig/http-message/tree/master"
  694. },
  695. "install-path": "../psr/http-message"
  696. },
  697. {
  698. "name": "psr/log",
  699. "version": "1.1.4",
  700. "version_normalized": "1.1.4.0",
  701. "source": {
  702. "type": "git",
  703. "url": "https://github.com/php-fig/log.git",
  704. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  705. },
  706. "dist": {
  707. "type": "zip",
  708. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  709. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  710. "shasum": "",
  711. "mirrors": [
  712. {
  713. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  714. "preferred": true
  715. }
  716. ]
  717. },
  718. "require": {
  719. "php": ">=5.3.0"
  720. },
  721. "time": "2021-05-03T11:20:27+00:00",
  722. "type": "library",
  723. "extra": {
  724. "branch-alias": {
  725. "dev-master": "1.1.x-dev"
  726. }
  727. },
  728. "installation-source": "dist",
  729. "autoload": {
  730. "psr-4": {
  731. "Psr\\Log\\": "Psr/Log/"
  732. }
  733. },
  734. "notification-url": "https://packagist.org/downloads/",
  735. "license": [
  736. "MIT"
  737. ],
  738. "authors": [
  739. {
  740. "name": "PHP-FIG",
  741. "homepage": "https://www.php-fig.org/"
  742. }
  743. ],
  744. "description": "Common interface for logging libraries",
  745. "homepage": "https://github.com/php-fig/log",
  746. "keywords": [
  747. "log",
  748. "psr",
  749. "psr-3"
  750. ],
  751. "support": {
  752. "source": "https://github.com/php-fig/log/tree/1.1.4"
  753. },
  754. "install-path": "../psr/log"
  755. },
  756. {
  757. "name": "qcloud/cos-sdk-v5",
  758. "version": "v1.3.4",
  759. "version_normalized": "1.3.4.0",
  760. "source": {
  761. "type": "git",
  762. "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
  763. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b"
  764. },
  765. "dist": {
  766. "type": "zip",
  767. "url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  768. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  769. "shasum": ""
  770. },
  771. "require": {
  772. "guzzle/guzzle": "~3.7",
  773. "php": ">=5.3.0"
  774. },
  775. "time": "2019-09-02T12:08:44+00:00",
  776. "type": "library",
  777. "installation-source": "dist",
  778. "autoload": {
  779. "psr-0": {
  780. "Qcloud\\Cos\\": "src/"
  781. }
  782. },
  783. "notification-url": "https://packagist.org/downloads/",
  784. "license": [
  785. "MIT"
  786. ],
  787. "authors": [
  788. {
  789. "name": "yaozongyou",
  790. "email": "yaozongyou@vip.qq.com"
  791. },
  792. {
  793. "name": "lewzylu",
  794. "email": "327874225@qq.com"
  795. }
  796. ],
  797. "description": "PHP SDK for QCloud COS",
  798. "keywords": [
  799. "cos",
  800. "php",
  801. "qcloud"
  802. ],
  803. "support": {
  804. "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
  805. "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/1.3"
  806. },
  807. "install-path": "../qcloud/cos-sdk-v5"
  808. },
  809. {
  810. "name": "ralouphie/getallheaders",
  811. "version": "3.0.3",
  812. "version_normalized": "3.0.3.0",
  813. "source": {
  814. "type": "git",
  815. "url": "https://github.com/ralouphie/getallheaders.git",
  816. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  817. },
  818. "dist": {
  819. "type": "zip",
  820. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  821. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  822. "shasum": "",
  823. "mirrors": [
  824. {
  825. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  826. "preferred": true
  827. }
  828. ]
  829. },
  830. "require": {
  831. "php": ">=5.6"
  832. },
  833. "require-dev": {
  834. "php-coveralls/php-coveralls": "^2.1",
  835. "phpunit/phpunit": "^5 || ^6.5"
  836. },
  837. "time": "2019-03-08T08:55:37+00:00",
  838. "type": "library",
  839. "installation-source": "dist",
  840. "autoload": {
  841. "files": [
  842. "src/getallheaders.php"
  843. ]
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "MIT"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Ralph Khattar",
  852. "email": "ralph.khattar@gmail.com"
  853. }
  854. ],
  855. "description": "A polyfill for getallheaders.",
  856. "support": {
  857. "issues": "https://github.com/ralouphie/getallheaders/issues",
  858. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  859. },
  860. "install-path": "../ralouphie/getallheaders"
  861. },
  862. {
  863. "name": "symfony/event-dispatcher",
  864. "version": "v2.8.52",
  865. "version_normalized": "2.8.52.0",
  866. "source": {
  867. "type": "git",
  868. "url": "https://github.com/symfony/event-dispatcher.git",
  869. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
  870. },
  871. "dist": {
  872. "type": "zip",
  873. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
  874. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
  875. "shasum": ""
  876. },
  877. "require": {
  878. "php": ">=5.3.9"
  879. },
  880. "require-dev": {
  881. "psr/log": "~1.0",
  882. "symfony/config": "^2.0.5|~3.0.0",
  883. "symfony/dependency-injection": "~2.6|~3.0.0",
  884. "symfony/expression-language": "~2.6|~3.0.0",
  885. "symfony/stopwatch": "~2.3|~3.0.0"
  886. },
  887. "suggest": {
  888. "symfony/dependency-injection": "",
  889. "symfony/http-kernel": ""
  890. },
  891. "time": "2018-11-21T14:20:20+00:00",
  892. "type": "library",
  893. "extra": {
  894. "branch-alias": {
  895. "dev-master": "2.8-dev"
  896. }
  897. },
  898. "installation-source": "dist",
  899. "autoload": {
  900. "psr-4": {
  901. "Symfony\\Component\\EventDispatcher\\": ""
  902. },
  903. "exclude-from-classmap": [
  904. "/Tests/"
  905. ]
  906. },
  907. "notification-url": "https://packagist.org/downloads/",
  908. "license": [
  909. "MIT"
  910. ],
  911. "authors": [
  912. {
  913. "name": "Fabien Potencier",
  914. "email": "fabien@symfony.com"
  915. },
  916. {
  917. "name": "Symfony Community",
  918. "homepage": "https://symfony.com/contributors"
  919. }
  920. ],
  921. "description": "Symfony EventDispatcher Component",
  922. "homepage": "https://symfony.com",
  923. "support": {
  924. "source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
  925. },
  926. "install-path": "../symfony/event-dispatcher"
  927. }
  928. ],
  929. "dev": true,
  930. "dev-package-names": []
  931. }