installed.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983
  1. {
  2. "packages": [
  3. {
  4. "name": "elastic/transport",
  5. "version": "v8.3.0",
  6. "version_normalized": "8.3.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/elastic/elastic-transport-php.git",
  10. "reference": "dc6703f82ff48f2e0d10a95a81dcfc6a7343ec84"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/dc6703f82ff48f2e0d10a95a81dcfc6a7343ec84",
  15. "reference": "dc6703f82ff48f2e0d10a95a81dcfc6a7343ec84",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": "^7.4 || ^8.0",
  20. "php-http/discovery": "^1.14",
  21. "php-http/httplug": "^2.3",
  22. "psr/http-client": "^1.0",
  23. "psr/http-factory": "^1.0",
  24. "psr/http-message": "^1.0",
  25. "psr/log": "^1 || ^2 || ^3"
  26. },
  27. "require-dev": {
  28. "nyholm/psr7": "^1.5",
  29. "php-http/mock-client": "^1.5",
  30. "phpstan/phpstan": "^1.4",
  31. "phpunit/phpunit": "^9.5"
  32. },
  33. "time": "2022-06-27T13:24:04+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "Elastic\\Transport\\": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "description": "HTTP transport PHP library for Elastic products",
  46. "keywords": [
  47. "PSR_17",
  48. "elastic",
  49. "http",
  50. "psr-18",
  51. "psr-7",
  52. "transport"
  53. ],
  54. "support": {
  55. "issues": "https://github.com/elastic/elastic-transport-php/issues",
  56. "source": "https://github.com/elastic/elastic-transport-php/tree/v8.3.0"
  57. },
  58. "install-path": "../elastic/transport"
  59. },
  60. {
  61. "name": "elasticsearch/elasticsearch",
  62. "version": "v8.3.2",
  63. "version_normalized": "8.3.2.0",
  64. "source": {
  65. "type": "git",
  66. "url": "git@github.com:elastic/elasticsearch-php.git",
  67. "reference": "c83fd9812873c5f6d6f4df22a66b0a9182d7c81a"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c83fd9812873c5f6d6f4df22a66b0a9182d7c81a",
  72. "reference": "c83fd9812873c5f6d6f4df22a66b0a9182d7c81a",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "elastic/transport": "^8.3",
  77. "guzzlehttp/guzzle": "^7.0",
  78. "php": "^7.4 || ^8.0",
  79. "psr/http-client": "^1.0",
  80. "psr/http-message": "^1.0",
  81. "psr/log": "^1|^2|^3"
  82. },
  83. "require-dev": {
  84. "ext-yaml": "*",
  85. "ext-zip": "*",
  86. "mockery/mockery": "^1.5",
  87. "nyholm/psr7": "^1.5",
  88. "php-http/mock-client": "^1.5",
  89. "phpstan/phpstan": "^1.4",
  90. "phpunit/phpunit": "^9.5",
  91. "symfony/finder": "~4.0"
  92. },
  93. "time": "2022-07-07T18:32:38+00:00",
  94. "type": "library",
  95. "installation-source": "dist",
  96. "autoload": {
  97. "psr-4": {
  98. "Elastic\\Elasticsearch\\": "src/"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "MIT"
  104. ],
  105. "description": "PHP Client for Elasticsearch",
  106. "keywords": [
  107. "client",
  108. "elastic",
  109. "elasticsearch",
  110. "search"
  111. ],
  112. "install-path": "../elasticsearch/elasticsearch"
  113. },
  114. {
  115. "name": "guzzlehttp/guzzle",
  116. "version": "7.4.5",
  117. "version_normalized": "7.4.5.0",
  118. "source": {
  119. "type": "git",
  120. "url": "https://github.com/guzzle/guzzle.git",
  121. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
  122. },
  123. "dist": {
  124. "type": "zip",
  125. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  126. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  127. "shasum": ""
  128. },
  129. "require": {
  130. "ext-json": "*",
  131. "guzzlehttp/promises": "^1.5",
  132. "guzzlehttp/psr7": "^1.9 || ^2.4",
  133. "php": "^7.2.5 || ^8.0",
  134. "psr/http-client": "^1.0",
  135. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  136. },
  137. "provide": {
  138. "psr/http-client-implementation": "1.0"
  139. },
  140. "require-dev": {
  141. "bamarni/composer-bin-plugin": "^1.4.1",
  142. "ext-curl": "*",
  143. "php-http/client-integration-tests": "^3.0",
  144. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  145. "psr/log": "^1.1 || ^2.0 || ^3.0"
  146. },
  147. "suggest": {
  148. "ext-curl": "Required for CURL handler support",
  149. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  150. "psr/log": "Required for using the Log middleware"
  151. },
  152. "time": "2022-06-20T22:16:13+00:00",
  153. "type": "library",
  154. "extra": {
  155. "branch-alias": {
  156. "dev-master": "7.4-dev"
  157. }
  158. },
  159. "installation-source": "dist",
  160. "autoload": {
  161. "files": [
  162. "src/functions_include.php"
  163. ],
  164. "psr-4": {
  165. "GuzzleHttp\\": "src/"
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Graham Campbell",
  175. "email": "hello@gjcampbell.co.uk",
  176. "homepage": "https://github.com/GrahamCampbell"
  177. },
  178. {
  179. "name": "Michael Dowling",
  180. "email": "mtdowling@gmail.com",
  181. "homepage": "https://github.com/mtdowling"
  182. },
  183. {
  184. "name": "Jeremy Lindblom",
  185. "email": "jeremeamia@gmail.com",
  186. "homepage": "https://github.com/jeremeamia"
  187. },
  188. {
  189. "name": "George Mponos",
  190. "email": "gmponos@gmail.com",
  191. "homepage": "https://github.com/gmponos"
  192. },
  193. {
  194. "name": "Tobias Nyholm",
  195. "email": "tobias.nyholm@gmail.com",
  196. "homepage": "https://github.com/Nyholm"
  197. },
  198. {
  199. "name": "Márk Sági-Kazár",
  200. "email": "mark.sagikazar@gmail.com",
  201. "homepage": "https://github.com/sagikazarmark"
  202. },
  203. {
  204. "name": "Tobias Schultze",
  205. "email": "webmaster@tubo-world.de",
  206. "homepage": "https://github.com/Tobion"
  207. }
  208. ],
  209. "description": "Guzzle is a PHP HTTP client library",
  210. "keywords": [
  211. "client",
  212. "curl",
  213. "framework",
  214. "http",
  215. "http client",
  216. "psr-18",
  217. "psr-7",
  218. "rest",
  219. "web service"
  220. ],
  221. "support": {
  222. "issues": "https://github.com/guzzle/guzzle/issues",
  223. "source": "https://github.com/guzzle/guzzle/tree/7.4.5"
  224. },
  225. "funding": [
  226. {
  227. "url": "https://github.com/GrahamCampbell",
  228. "type": "github"
  229. },
  230. {
  231. "url": "https://github.com/Nyholm",
  232. "type": "github"
  233. },
  234. {
  235. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  236. "type": "tidelift"
  237. }
  238. ],
  239. "install-path": "../guzzlehttp/guzzle"
  240. },
  241. {
  242. "name": "guzzlehttp/promises",
  243. "version": "1.5.1",
  244. "version_normalized": "1.5.1.0",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/guzzle/promises.git",
  248. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  253. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "php": ">=5.5"
  258. },
  259. "require-dev": {
  260. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  261. },
  262. "time": "2021-10-22T20:56:57+00:00",
  263. "type": "library",
  264. "extra": {
  265. "branch-alias": {
  266. "dev-master": "1.5-dev"
  267. }
  268. },
  269. "installation-source": "dist",
  270. "autoload": {
  271. "files": [
  272. "src/functions_include.php"
  273. ],
  274. "psr-4": {
  275. "GuzzleHttp\\Promise\\": "src/"
  276. }
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "license": [
  280. "MIT"
  281. ],
  282. "authors": [
  283. {
  284. "name": "Graham Campbell",
  285. "email": "hello@gjcampbell.co.uk",
  286. "homepage": "https://github.com/GrahamCampbell"
  287. },
  288. {
  289. "name": "Michael Dowling",
  290. "email": "mtdowling@gmail.com",
  291. "homepage": "https://github.com/mtdowling"
  292. },
  293. {
  294. "name": "Tobias Nyholm",
  295. "email": "tobias.nyholm@gmail.com",
  296. "homepage": "https://github.com/Nyholm"
  297. },
  298. {
  299. "name": "Tobias Schultze",
  300. "email": "webmaster@tubo-world.de",
  301. "homepage": "https://github.com/Tobion"
  302. }
  303. ],
  304. "description": "Guzzle promises library",
  305. "keywords": [
  306. "promise"
  307. ],
  308. "support": {
  309. "issues": "https://github.com/guzzle/promises/issues",
  310. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  311. },
  312. "funding": [
  313. {
  314. "url": "https://github.com/GrahamCampbell",
  315. "type": "github"
  316. },
  317. {
  318. "url": "https://github.com/Nyholm",
  319. "type": "github"
  320. },
  321. {
  322. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  323. "type": "tidelift"
  324. }
  325. ],
  326. "install-path": "../guzzlehttp/promises"
  327. },
  328. {
  329. "name": "guzzlehttp/psr7",
  330. "version": "2.4.0",
  331. "version_normalized": "2.4.0.0",
  332. "source": {
  333. "type": "git",
  334. "url": "https://github.com/guzzle/psr7.git",
  335. "reference": "13388f00956b1503577598873fffb5ae994b5737"
  336. },
  337. "dist": {
  338. "type": "zip",
  339. "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
  340. "reference": "13388f00956b1503577598873fffb5ae994b5737",
  341. "shasum": ""
  342. },
  343. "require": {
  344. "php": "^7.2.5 || ^8.0",
  345. "psr/http-factory": "^1.0",
  346. "psr/http-message": "^1.0",
  347. "ralouphie/getallheaders": "^3.0"
  348. },
  349. "provide": {
  350. "psr/http-factory-implementation": "1.0",
  351. "psr/http-message-implementation": "1.0"
  352. },
  353. "require-dev": {
  354. "bamarni/composer-bin-plugin": "^1.4.1",
  355. "http-interop/http-factory-tests": "^0.9",
  356. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  357. },
  358. "suggest": {
  359. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  360. },
  361. "time": "2022-06-20T21:43:11+00:00",
  362. "type": "library",
  363. "extra": {
  364. "branch-alias": {
  365. "dev-master": "2.4-dev"
  366. }
  367. },
  368. "installation-source": "dist",
  369. "autoload": {
  370. "psr-4": {
  371. "GuzzleHttp\\Psr7\\": "src/"
  372. }
  373. },
  374. "notification-url": "https://packagist.org/downloads/",
  375. "license": [
  376. "MIT"
  377. ],
  378. "authors": [
  379. {
  380. "name": "Graham Campbell",
  381. "email": "hello@gjcampbell.co.uk",
  382. "homepage": "https://github.com/GrahamCampbell"
  383. },
  384. {
  385. "name": "Michael Dowling",
  386. "email": "mtdowling@gmail.com",
  387. "homepage": "https://github.com/mtdowling"
  388. },
  389. {
  390. "name": "George Mponos",
  391. "email": "gmponos@gmail.com",
  392. "homepage": "https://github.com/gmponos"
  393. },
  394. {
  395. "name": "Tobias Nyholm",
  396. "email": "tobias.nyholm@gmail.com",
  397. "homepage": "https://github.com/Nyholm"
  398. },
  399. {
  400. "name": "Márk Sági-Kazár",
  401. "email": "mark.sagikazar@gmail.com",
  402. "homepage": "https://github.com/sagikazarmark"
  403. },
  404. {
  405. "name": "Tobias Schultze",
  406. "email": "webmaster@tubo-world.de",
  407. "homepage": "https://github.com/Tobion"
  408. },
  409. {
  410. "name": "Márk Sági-Kazár",
  411. "email": "mark.sagikazar@gmail.com",
  412. "homepage": "https://sagikazarmark.hu"
  413. }
  414. ],
  415. "description": "PSR-7 message implementation that also provides common utility methods",
  416. "keywords": [
  417. "http",
  418. "message",
  419. "psr-7",
  420. "request",
  421. "response",
  422. "stream",
  423. "uri",
  424. "url"
  425. ],
  426. "support": {
  427. "issues": "https://github.com/guzzle/psr7/issues",
  428. "source": "https://github.com/guzzle/psr7/tree/2.4.0"
  429. },
  430. "funding": [
  431. {
  432. "url": "https://github.com/GrahamCampbell",
  433. "type": "github"
  434. },
  435. {
  436. "url": "https://github.com/Nyholm",
  437. "type": "github"
  438. },
  439. {
  440. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  441. "type": "tidelift"
  442. }
  443. ],
  444. "install-path": "../guzzlehttp/psr7"
  445. },
  446. {
  447. "name": "php-http/discovery",
  448. "version": "1.14.3",
  449. "version_normalized": "1.14.3.0",
  450. "source": {
  451. "type": "git",
  452. "url": "https://github.com/php-http/discovery.git",
  453. "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
  454. },
  455. "dist": {
  456. "type": "zip",
  457. "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
  458. "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
  459. "shasum": ""
  460. },
  461. "require": {
  462. "php": "^7.1 || ^8.0"
  463. },
  464. "conflict": {
  465. "nyholm/psr7": "<1.0"
  466. },
  467. "require-dev": {
  468. "graham-campbell/phpspec-skip-example-extension": "^5.0",
  469. "php-http/httplug": "^1.0 || ^2.0",
  470. "php-http/message-factory": "^1.0",
  471. "phpspec/phpspec": "^5.1 || ^6.1"
  472. },
  473. "suggest": {
  474. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
  475. },
  476. "time": "2022-07-11T14:04:40+00:00",
  477. "type": "library",
  478. "extra": {
  479. "branch-alias": {
  480. "dev-master": "1.9-dev"
  481. }
  482. },
  483. "installation-source": "dist",
  484. "autoload": {
  485. "psr-4": {
  486. "Http\\Discovery\\": "src/"
  487. }
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Márk Sági-Kazár",
  496. "email": "mark.sagikazar@gmail.com"
  497. }
  498. ],
  499. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  500. "homepage": "http://php-http.org",
  501. "keywords": [
  502. "adapter",
  503. "client",
  504. "discovery",
  505. "factory",
  506. "http",
  507. "message",
  508. "psr7"
  509. ],
  510. "support": {
  511. "issues": "https://github.com/php-http/discovery/issues",
  512. "source": "https://github.com/php-http/discovery/tree/1.14.3"
  513. },
  514. "install-path": "../php-http/discovery"
  515. },
  516. {
  517. "name": "php-http/httplug",
  518. "version": "2.3.0",
  519. "version_normalized": "2.3.0.0",
  520. "source": {
  521. "type": "git",
  522. "url": "https://github.com/php-http/httplug.git",
  523. "reference": "f640739f80dfa1152533976e3c112477f69274eb"
  524. },
  525. "dist": {
  526. "type": "zip",
  527. "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
  528. "reference": "f640739f80dfa1152533976e3c112477f69274eb",
  529. "shasum": ""
  530. },
  531. "require": {
  532. "php": "^7.1 || ^8.0",
  533. "php-http/promise": "^1.1",
  534. "psr/http-client": "^1.0",
  535. "psr/http-message": "^1.0"
  536. },
  537. "require-dev": {
  538. "friends-of-phpspec/phpspec-code-coverage": "^4.1",
  539. "phpspec/phpspec": "^5.1 || ^6.0"
  540. },
  541. "time": "2022-02-21T09:52:22+00:00",
  542. "type": "library",
  543. "extra": {
  544. "branch-alias": {
  545. "dev-master": "2.x-dev"
  546. }
  547. },
  548. "installation-source": "dist",
  549. "autoload": {
  550. "psr-4": {
  551. "Http\\Client\\": "src/"
  552. }
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "MIT"
  557. ],
  558. "authors": [
  559. {
  560. "name": "Eric GELOEN",
  561. "email": "geloen.eric@gmail.com"
  562. },
  563. {
  564. "name": "Márk Sági-Kazár",
  565. "email": "mark.sagikazar@gmail.com",
  566. "homepage": "https://sagikazarmark.hu"
  567. }
  568. ],
  569. "description": "HTTPlug, the HTTP client abstraction for PHP",
  570. "homepage": "http://httplug.io",
  571. "keywords": [
  572. "client",
  573. "http"
  574. ],
  575. "support": {
  576. "issues": "https://github.com/php-http/httplug/issues",
  577. "source": "https://github.com/php-http/httplug/tree/2.3.0"
  578. },
  579. "install-path": "../php-http/httplug"
  580. },
  581. {
  582. "name": "php-http/promise",
  583. "version": "1.1.0",
  584. "version_normalized": "1.1.0.0",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/php-http/promise.git",
  588. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  593. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  594. "shasum": ""
  595. },
  596. "require": {
  597. "php": "^7.1 || ^8.0"
  598. },
  599. "require-dev": {
  600. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
  601. "phpspec/phpspec": "^5.1.2 || ^6.2"
  602. },
  603. "time": "2020-07-07T09:29:14+00:00",
  604. "type": "library",
  605. "extra": {
  606. "branch-alias": {
  607. "dev-master": "1.1-dev"
  608. }
  609. },
  610. "installation-source": "dist",
  611. "autoload": {
  612. "psr-4": {
  613. "Http\\Promise\\": "src/"
  614. }
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "MIT"
  619. ],
  620. "authors": [
  621. {
  622. "name": "Joel Wurtz",
  623. "email": "joel.wurtz@gmail.com"
  624. },
  625. {
  626. "name": "Márk Sági-Kazár",
  627. "email": "mark.sagikazar@gmail.com"
  628. }
  629. ],
  630. "description": "Promise used for asynchronous HTTP requests",
  631. "homepage": "http://httplug.io",
  632. "keywords": [
  633. "promise"
  634. ],
  635. "support": {
  636. "issues": "https://github.com/php-http/promise/issues",
  637. "source": "https://github.com/php-http/promise/tree/1.1.0"
  638. },
  639. "install-path": "../php-http/promise"
  640. },
  641. {
  642. "name": "psr/http-client",
  643. "version": "1.0.1",
  644. "version_normalized": "1.0.1.0",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/php-fig/http-client.git",
  648. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  653. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": "^7.0 || ^8.0",
  658. "psr/http-message": "^1.0"
  659. },
  660. "time": "2020-06-29T06:28:15+00:00",
  661. "type": "library",
  662. "extra": {
  663. "branch-alias": {
  664. "dev-master": "1.0.x-dev"
  665. }
  666. },
  667. "installation-source": "dist",
  668. "autoload": {
  669. "psr-4": {
  670. "Psr\\Http\\Client\\": "src/"
  671. }
  672. },
  673. "notification-url": "https://packagist.org/downloads/",
  674. "license": [
  675. "MIT"
  676. ],
  677. "authors": [
  678. {
  679. "name": "PHP-FIG",
  680. "homepage": "http://www.php-fig.org/"
  681. }
  682. ],
  683. "description": "Common interface for HTTP clients",
  684. "homepage": "https://github.com/php-fig/http-client",
  685. "keywords": [
  686. "http",
  687. "http-client",
  688. "psr",
  689. "psr-18"
  690. ],
  691. "support": {
  692. "source": "https://github.com/php-fig/http-client/tree/master"
  693. },
  694. "install-path": "../psr/http-client"
  695. },
  696. {
  697. "name": "psr/http-factory",
  698. "version": "1.0.1",
  699. "version_normalized": "1.0.1.0",
  700. "source": {
  701. "type": "git",
  702. "url": "https://github.com/php-fig/http-factory.git",
  703. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  704. },
  705. "dist": {
  706. "type": "zip",
  707. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  708. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  709. "shasum": ""
  710. },
  711. "require": {
  712. "php": ">=7.0.0",
  713. "psr/http-message": "^1.0"
  714. },
  715. "time": "2019-04-30T12:38:16+00:00",
  716. "type": "library",
  717. "extra": {
  718. "branch-alias": {
  719. "dev-master": "1.0.x-dev"
  720. }
  721. },
  722. "installation-source": "dist",
  723. "autoload": {
  724. "psr-4": {
  725. "Psr\\Http\\Message\\": "src/"
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "MIT"
  731. ],
  732. "authors": [
  733. {
  734. "name": "PHP-FIG",
  735. "homepage": "http://www.php-fig.org/"
  736. }
  737. ],
  738. "description": "Common interfaces for PSR-7 HTTP message factories",
  739. "keywords": [
  740. "factory",
  741. "http",
  742. "message",
  743. "psr",
  744. "psr-17",
  745. "psr-7",
  746. "request",
  747. "response"
  748. ],
  749. "support": {
  750. "source": "https://github.com/php-fig/http-factory/tree/master"
  751. },
  752. "install-path": "../psr/http-factory"
  753. },
  754. {
  755. "name": "psr/http-message",
  756. "version": "1.0.1",
  757. "version_normalized": "1.0.1.0",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/php-fig/http-message.git",
  761. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  766. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "php": ">=5.3.0"
  771. },
  772. "time": "2016-08-06T14:39:51+00:00",
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-master": "1.0.x-dev"
  777. }
  778. },
  779. "installation-source": "dist",
  780. "autoload": {
  781. "psr-4": {
  782. "Psr\\Http\\Message\\": "src/"
  783. }
  784. },
  785. "notification-url": "https://packagist.org/downloads/",
  786. "license": [
  787. "MIT"
  788. ],
  789. "authors": [
  790. {
  791. "name": "PHP-FIG",
  792. "homepage": "http://www.php-fig.org/"
  793. }
  794. ],
  795. "description": "Common interface for HTTP messages",
  796. "homepage": "https://github.com/php-fig/http-message",
  797. "keywords": [
  798. "http",
  799. "http-message",
  800. "psr",
  801. "psr-7",
  802. "request",
  803. "response"
  804. ],
  805. "support": {
  806. "source": "https://github.com/php-fig/http-message/tree/master"
  807. },
  808. "install-path": "../psr/http-message"
  809. },
  810. {
  811. "name": "psr/log",
  812. "version": "1.1.4",
  813. "version_normalized": "1.1.4.0",
  814. "source": {
  815. "type": "git",
  816. "url": "https://github.com/php-fig/log.git",
  817. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  818. },
  819. "dist": {
  820. "type": "zip",
  821. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  822. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  823. "shasum": ""
  824. },
  825. "require": {
  826. "php": ">=5.3.0"
  827. },
  828. "time": "2021-05-03T11:20:27+00:00",
  829. "type": "library",
  830. "extra": {
  831. "branch-alias": {
  832. "dev-master": "1.1.x-dev"
  833. }
  834. },
  835. "installation-source": "dist",
  836. "autoload": {
  837. "psr-4": {
  838. "Psr\\Log\\": "Psr/Log/"
  839. }
  840. },
  841. "notification-url": "https://packagist.org/downloads/",
  842. "license": [
  843. "MIT"
  844. ],
  845. "authors": [
  846. {
  847. "name": "PHP-FIG",
  848. "homepage": "https://www.php-fig.org/"
  849. }
  850. ],
  851. "description": "Common interface for logging libraries",
  852. "homepage": "https://github.com/php-fig/log",
  853. "keywords": [
  854. "log",
  855. "psr",
  856. "psr-3"
  857. ],
  858. "support": {
  859. "source": "https://github.com/php-fig/log/tree/1.1.4"
  860. },
  861. "install-path": "../psr/log"
  862. },
  863. {
  864. "name": "ralouphie/getallheaders",
  865. "version": "3.0.3",
  866. "version_normalized": "3.0.3.0",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/ralouphie/getallheaders.git",
  870. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  875. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  876. "shasum": ""
  877. },
  878. "require": {
  879. "php": ">=5.6"
  880. },
  881. "require-dev": {
  882. "php-coveralls/php-coveralls": "^2.1",
  883. "phpunit/phpunit": "^5 || ^6.5"
  884. },
  885. "time": "2019-03-08T08:55:37+00:00",
  886. "type": "library",
  887. "installation-source": "dist",
  888. "autoload": {
  889. "files": [
  890. "src/getallheaders.php"
  891. ]
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "MIT"
  896. ],
  897. "authors": [
  898. {
  899. "name": "Ralph Khattar",
  900. "email": "ralph.khattar@gmail.com"
  901. }
  902. ],
  903. "description": "A polyfill for getallheaders.",
  904. "support": {
  905. "issues": "https://github.com/ralouphie/getallheaders/issues",
  906. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  907. },
  908. "install-path": "../ralouphie/getallheaders"
  909. },
  910. {
  911. "name": "symfony/deprecation-contracts",
  912. "version": "v2.5.2",
  913. "version_normalized": "2.5.2.0",
  914. "source": {
  915. "type": "git",
  916. "url": "https://github.com/symfony/deprecation-contracts.git",
  917. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  918. },
  919. "dist": {
  920. "type": "zip",
  921. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  922. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  923. "shasum": ""
  924. },
  925. "require": {
  926. "php": ">=7.1"
  927. },
  928. "time": "2022-01-02T09:53:40+00:00",
  929. "type": "library",
  930. "extra": {
  931. "branch-alias": {
  932. "dev-main": "2.5-dev"
  933. },
  934. "thanks": {
  935. "name": "symfony/contracts",
  936. "url": "https://github.com/symfony/contracts"
  937. }
  938. },
  939. "installation-source": "dist",
  940. "autoload": {
  941. "files": [
  942. "function.php"
  943. ]
  944. },
  945. "notification-url": "https://packagist.org/downloads/",
  946. "license": [
  947. "MIT"
  948. ],
  949. "authors": [
  950. {
  951. "name": "Nicolas Grekas",
  952. "email": "p@tchwork.com"
  953. },
  954. {
  955. "name": "Symfony Community",
  956. "homepage": "https://symfony.com/contributors"
  957. }
  958. ],
  959. "description": "A generic function and convention to trigger deprecation notices",
  960. "homepage": "https://symfony.com",
  961. "support": {
  962. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  963. },
  964. "funding": [
  965. {
  966. "url": "https://symfony.com/sponsor",
  967. "type": "custom"
  968. },
  969. {
  970. "url": "https://github.com/fabpot",
  971. "type": "github"
  972. },
  973. {
  974. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  975. "type": "tidelift"
  976. }
  977. ],
  978. "install-path": "../symfony/deprecation-contracts"
  979. }
  980. ],
  981. "dev": true,
  982. "dev-package-names": []
  983. }