composer.lock 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "e20f395162aaa593a890967537ff5f08",
  8. "packages": [
  9. {
  10. "name": "aws/aws-crt-php",
  11. "version": "v1.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/awslabs/aws-crt-php.git",
  15. "reference": "3942776a8c99209908ee0b287746263725685732"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
  20. "reference": "3942776a8c99209908ee0b287746263725685732",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.8.35|^5.4.3"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "classmap": [
  32. "src/"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "Apache-2.0"
  38. ],
  39. "authors": [
  40. {
  41. "name": "AWS SDK Common Runtime Team",
  42. "email": "aws-sdk-common-runtime@amazon.com"
  43. }
  44. ],
  45. "description": "AWS Common Runtime for PHP",
  46. "homepage": "http://aws.amazon.com/sdkforphp",
  47. "keywords": [
  48. "amazon",
  49. "aws",
  50. "crt",
  51. "sdk"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/awslabs/aws-crt-php/issues",
  55. "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
  56. },
  57. "time": "2021-09-03T22:57:30+00:00"
  58. },
  59. {
  60. "name": "aws/aws-sdk-php",
  61. "version": "3.208.5",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/aws/aws-sdk-php.git",
  65. "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/58fa9d8b522b0afa260299179ff950c783ff0ee1",
  70. "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "aws/aws-crt-php": "^1.0.2",
  75. "ext-json": "*",
  76. "ext-pcre": "*",
  77. "ext-simplexml": "*",
  78. "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
  79. "guzzlehttp/promises": "^1.4.0",
  80. "guzzlehttp/psr7": "^1.7.0|^2.0",
  81. "mtdowling/jmespath.php": "^2.6",
  82. "php": ">=5.5"
  83. },
  84. "require-dev": {
  85. "andrewsville/php-token-reflection": "^1.4",
  86. "aws/aws-php-sns-message-validator": "~1.0",
  87. "behat/behat": "~3.0",
  88. "doctrine/cache": "~1.4",
  89. "ext-dom": "*",
  90. "ext-openssl": "*",
  91. "ext-pcntl": "*",
  92. "ext-sockets": "*",
  93. "nette/neon": "^2.3",
  94. "paragonie/random_compat": ">= 2",
  95. "phpunit/phpunit": "^4.8.35|^5.4.3",
  96. "psr/cache": "^1.0",
  97. "psr/simple-cache": "^1.0",
  98. "sebastian/comparator": "^1.2.3"
  99. },
  100. "suggest": {
  101. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  102. "doctrine/cache": "To use the DoctrineCacheAdapter",
  103. "ext-curl": "To send requests using cURL",
  104. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  105. "ext-sockets": "To use client-side monitoring"
  106. },
  107. "type": "library",
  108. "extra": {
  109. "branch-alias": {
  110. "dev-master": "3.0-dev"
  111. }
  112. },
  113. "autoload": {
  114. "psr-4": {
  115. "Aws\\": "src/"
  116. },
  117. "files": [
  118. "src/functions.php"
  119. ]
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "Apache-2.0"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Amazon Web Services",
  128. "homepage": "http://aws.amazon.com"
  129. }
  130. ],
  131. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  132. "homepage": "http://aws.amazon.com/sdkforphp",
  133. "keywords": [
  134. "amazon",
  135. "aws",
  136. "cloud",
  137. "dynamodb",
  138. "ec2",
  139. "glacier",
  140. "s3",
  141. "sdk"
  142. ],
  143. "support": {
  144. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  145. "issues": "https://github.com/aws/aws-sdk-php/issues",
  146. "source": "https://github.com/aws/aws-sdk-php/tree/3.208.5"
  147. },
  148. "time": "2021-12-13T20:17:56+00:00"
  149. },
  150. {
  151. "name": "guzzlehttp/guzzle",
  152. "version": "7.4.5",
  153. "source": {
  154. "type": "git",
  155. "url": "https://github.com/guzzle/guzzle.git",
  156. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  161. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  162. "shasum": ""
  163. },
  164. "require": {
  165. "ext-json": "*",
  166. "guzzlehttp/promises": "^1.5",
  167. "guzzlehttp/psr7": "^1.9 || ^2.4",
  168. "php": "^7.2.5 || ^8.0",
  169. "psr/http-client": "^1.0",
  170. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  171. },
  172. "provide": {
  173. "psr/http-client-implementation": "1.0"
  174. },
  175. "require-dev": {
  176. "bamarni/composer-bin-plugin": "^1.4.1",
  177. "ext-curl": "*",
  178. "php-http/client-integration-tests": "^3.0",
  179. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  180. "psr/log": "^1.1 || ^2.0 || ^3.0"
  181. },
  182. "suggest": {
  183. "ext-curl": "Required for CURL handler support",
  184. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  185. "psr/log": "Required for using the Log middleware"
  186. },
  187. "type": "library",
  188. "extra": {
  189. "branch-alias": {
  190. "dev-master": "7.4-dev"
  191. }
  192. },
  193. "autoload": {
  194. "files": [
  195. "src/functions_include.php"
  196. ],
  197. "psr-4": {
  198. "GuzzleHttp\\": "src/"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Graham Campbell",
  208. "email": "hello@gjcampbell.co.uk",
  209. "homepage": "https://github.com/GrahamCampbell"
  210. },
  211. {
  212. "name": "Michael Dowling",
  213. "email": "mtdowling@gmail.com",
  214. "homepage": "https://github.com/mtdowling"
  215. },
  216. {
  217. "name": "Jeremy Lindblom",
  218. "email": "jeremeamia@gmail.com",
  219. "homepage": "https://github.com/jeremeamia"
  220. },
  221. {
  222. "name": "George Mponos",
  223. "email": "gmponos@gmail.com",
  224. "homepage": "https://github.com/gmponos"
  225. },
  226. {
  227. "name": "Tobias Nyholm",
  228. "email": "tobias.nyholm@gmail.com",
  229. "homepage": "https://github.com/Nyholm"
  230. },
  231. {
  232. "name": "Márk Sági-Kazár",
  233. "email": "mark.sagikazar@gmail.com",
  234. "homepage": "https://github.com/sagikazarmark"
  235. },
  236. {
  237. "name": "Tobias Schultze",
  238. "email": "webmaster@tubo-world.de",
  239. "homepage": "https://github.com/Tobion"
  240. }
  241. ],
  242. "description": "Guzzle is a PHP HTTP client library",
  243. "keywords": [
  244. "client",
  245. "curl",
  246. "framework",
  247. "http",
  248. "http client",
  249. "psr-18",
  250. "psr-7",
  251. "rest",
  252. "web service"
  253. ],
  254. "support": {
  255. "issues": "https://github.com/guzzle/guzzle/issues",
  256. "source": "https://github.com/guzzle/guzzle/tree/7.4.5"
  257. },
  258. "funding": [
  259. {
  260. "url": "https://github.com/GrahamCampbell",
  261. "type": "github"
  262. },
  263. {
  264. "url": "https://github.com/Nyholm",
  265. "type": "github"
  266. },
  267. {
  268. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  269. "type": "tidelift"
  270. }
  271. ],
  272. "time": "2022-06-20T22:16:13+00:00"
  273. },
  274. {
  275. "name": "guzzlehttp/promises",
  276. "version": "1.5.1",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/guzzle/promises.git",
  280. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  285. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": ">=5.5"
  290. },
  291. "require-dev": {
  292. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  293. },
  294. "type": "library",
  295. "extra": {
  296. "branch-alias": {
  297. "dev-master": "1.5-dev"
  298. }
  299. },
  300. "autoload": {
  301. "files": [
  302. "src/functions_include.php"
  303. ],
  304. "psr-4": {
  305. "GuzzleHttp\\Promise\\": "src/"
  306. }
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "MIT"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Graham Campbell",
  315. "email": "hello@gjcampbell.co.uk",
  316. "homepage": "https://github.com/GrahamCampbell"
  317. },
  318. {
  319. "name": "Michael Dowling",
  320. "email": "mtdowling@gmail.com",
  321. "homepage": "https://github.com/mtdowling"
  322. },
  323. {
  324. "name": "Tobias Nyholm",
  325. "email": "tobias.nyholm@gmail.com",
  326. "homepage": "https://github.com/Nyholm"
  327. },
  328. {
  329. "name": "Tobias Schultze",
  330. "email": "webmaster@tubo-world.de",
  331. "homepage": "https://github.com/Tobion"
  332. }
  333. ],
  334. "description": "Guzzle promises library",
  335. "keywords": [
  336. "promise"
  337. ],
  338. "support": {
  339. "issues": "https://github.com/guzzle/promises/issues",
  340. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  341. },
  342. "funding": [
  343. {
  344. "url": "https://github.com/GrahamCampbell",
  345. "type": "github"
  346. },
  347. {
  348. "url": "https://github.com/Nyholm",
  349. "type": "github"
  350. },
  351. {
  352. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  353. "type": "tidelift"
  354. }
  355. ],
  356. "time": "2021-10-22T20:56:57+00:00"
  357. },
  358. {
  359. "name": "guzzlehttp/psr7",
  360. "version": "2.4.0",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/guzzle/psr7.git",
  364. "reference": "13388f00956b1503577598873fffb5ae994b5737"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
  369. "reference": "13388f00956b1503577598873fffb5ae994b5737",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "php": "^7.2.5 || ^8.0",
  374. "psr/http-factory": "^1.0",
  375. "psr/http-message": "^1.0",
  376. "ralouphie/getallheaders": "^3.0"
  377. },
  378. "provide": {
  379. "psr/http-factory-implementation": "1.0",
  380. "psr/http-message-implementation": "1.0"
  381. },
  382. "require-dev": {
  383. "bamarni/composer-bin-plugin": "^1.4.1",
  384. "http-interop/http-factory-tests": "^0.9",
  385. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  386. },
  387. "suggest": {
  388. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  389. },
  390. "type": "library",
  391. "extra": {
  392. "branch-alias": {
  393. "dev-master": "2.4-dev"
  394. }
  395. },
  396. "autoload": {
  397. "psr-4": {
  398. "GuzzleHttp\\Psr7\\": "src/"
  399. }
  400. },
  401. "notification-url": "https://packagist.org/downloads/",
  402. "license": [
  403. "MIT"
  404. ],
  405. "authors": [
  406. {
  407. "name": "Graham Campbell",
  408. "email": "hello@gjcampbell.co.uk",
  409. "homepage": "https://github.com/GrahamCampbell"
  410. },
  411. {
  412. "name": "Michael Dowling",
  413. "email": "mtdowling@gmail.com",
  414. "homepage": "https://github.com/mtdowling"
  415. },
  416. {
  417. "name": "George Mponos",
  418. "email": "gmponos@gmail.com",
  419. "homepage": "https://github.com/gmponos"
  420. },
  421. {
  422. "name": "Tobias Nyholm",
  423. "email": "tobias.nyholm@gmail.com",
  424. "homepage": "https://github.com/Nyholm"
  425. },
  426. {
  427. "name": "Márk Sági-Kazár",
  428. "email": "mark.sagikazar@gmail.com",
  429. "homepage": "https://github.com/sagikazarmark"
  430. },
  431. {
  432. "name": "Tobias Schultze",
  433. "email": "webmaster@tubo-world.de",
  434. "homepage": "https://github.com/Tobion"
  435. },
  436. {
  437. "name": "Márk Sági-Kazár",
  438. "email": "mark.sagikazar@gmail.com",
  439. "homepage": "https://sagikazarmark.hu"
  440. }
  441. ],
  442. "description": "PSR-7 message implementation that also provides common utility methods",
  443. "keywords": [
  444. "http",
  445. "message",
  446. "psr-7",
  447. "request",
  448. "response",
  449. "stream",
  450. "uri",
  451. "url"
  452. ],
  453. "support": {
  454. "issues": "https://github.com/guzzle/psr7/issues",
  455. "source": "https://github.com/guzzle/psr7/tree/2.4.0"
  456. },
  457. "funding": [
  458. {
  459. "url": "https://github.com/GrahamCampbell",
  460. "type": "github"
  461. },
  462. {
  463. "url": "https://github.com/Nyholm",
  464. "type": "github"
  465. },
  466. {
  467. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  468. "type": "tidelift"
  469. }
  470. ],
  471. "time": "2022-06-20T21:43:11+00:00"
  472. },
  473. {
  474. "name": "mtdowling/jmespath.php",
  475. "version": "2.6.1",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/jmespath/jmespath.php.git",
  479. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  484. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "php": "^5.4 || ^7.0 || ^8.0",
  489. "symfony/polyfill-mbstring": "^1.17"
  490. },
  491. "require-dev": {
  492. "composer/xdebug-handler": "^1.4 || ^2.0",
  493. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  494. },
  495. "bin": [
  496. "bin/jp.php"
  497. ],
  498. "type": "library",
  499. "extra": {
  500. "branch-alias": {
  501. "dev-master": "2.6-dev"
  502. }
  503. },
  504. "autoload": {
  505. "psr-4": {
  506. "JmesPath\\": "src/"
  507. },
  508. "files": [
  509. "src/JmesPath.php"
  510. ]
  511. },
  512. "notification-url": "https://packagist.org/downloads/",
  513. "license": [
  514. "MIT"
  515. ],
  516. "authors": [
  517. {
  518. "name": "Michael Dowling",
  519. "email": "mtdowling@gmail.com",
  520. "homepage": "https://github.com/mtdowling"
  521. }
  522. ],
  523. "description": "Declaratively specify how to extract elements from a JSON document",
  524. "keywords": [
  525. "json",
  526. "jsonpath"
  527. ],
  528. "support": {
  529. "issues": "https://github.com/jmespath/jmespath.php/issues",
  530. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  531. },
  532. "time": "2021-06-14T00:11:39+00:00"
  533. },
  534. {
  535. "name": "psr/http-client",
  536. "version": "1.0.1",
  537. "source": {
  538. "type": "git",
  539. "url": "https://github.com/php-fig/http-client.git",
  540. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  541. },
  542. "dist": {
  543. "type": "zip",
  544. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  545. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  546. "shasum": ""
  547. },
  548. "require": {
  549. "php": "^7.0 || ^8.0",
  550. "psr/http-message": "^1.0"
  551. },
  552. "type": "library",
  553. "extra": {
  554. "branch-alias": {
  555. "dev-master": "1.0.x-dev"
  556. }
  557. },
  558. "autoload": {
  559. "psr-4": {
  560. "Psr\\Http\\Client\\": "src/"
  561. }
  562. },
  563. "notification-url": "https://packagist.org/downloads/",
  564. "license": [
  565. "MIT"
  566. ],
  567. "authors": [
  568. {
  569. "name": "PHP-FIG",
  570. "homepage": "http://www.php-fig.org/"
  571. }
  572. ],
  573. "description": "Common interface for HTTP clients",
  574. "homepage": "https://github.com/php-fig/http-client",
  575. "keywords": [
  576. "http",
  577. "http-client",
  578. "psr",
  579. "psr-18"
  580. ],
  581. "support": {
  582. "source": "https://github.com/php-fig/http-client/tree/master"
  583. },
  584. "time": "2020-06-29T06:28:15+00:00"
  585. },
  586. {
  587. "name": "psr/http-factory",
  588. "version": "1.0.1",
  589. "source": {
  590. "type": "git",
  591. "url": "https://github.com/php-fig/http-factory.git",
  592. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  593. },
  594. "dist": {
  595. "type": "zip",
  596. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  597. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  598. "shasum": ""
  599. },
  600. "require": {
  601. "php": ">=7.0.0",
  602. "psr/http-message": "^1.0"
  603. },
  604. "type": "library",
  605. "extra": {
  606. "branch-alias": {
  607. "dev-master": "1.0.x-dev"
  608. }
  609. },
  610. "autoload": {
  611. "psr-4": {
  612. "Psr\\Http\\Message\\": "src/"
  613. }
  614. },
  615. "notification-url": "https://packagist.org/downloads/",
  616. "license": [
  617. "MIT"
  618. ],
  619. "authors": [
  620. {
  621. "name": "PHP-FIG",
  622. "homepage": "http://www.php-fig.org/"
  623. }
  624. ],
  625. "description": "Common interfaces for PSR-7 HTTP message factories",
  626. "keywords": [
  627. "factory",
  628. "http",
  629. "message",
  630. "psr",
  631. "psr-17",
  632. "psr-7",
  633. "request",
  634. "response"
  635. ],
  636. "support": {
  637. "source": "https://github.com/php-fig/http-factory/tree/master"
  638. },
  639. "time": "2019-04-30T12:38:16+00:00"
  640. },
  641. {
  642. "name": "psr/http-message",
  643. "version": "1.0.1",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/php-fig/http-message.git",
  647. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  652. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  653. "shasum": ""
  654. },
  655. "require": {
  656. "php": ">=5.3.0"
  657. },
  658. "type": "library",
  659. "extra": {
  660. "branch-alias": {
  661. "dev-master": "1.0.x-dev"
  662. }
  663. },
  664. "autoload": {
  665. "psr-4": {
  666. "Psr\\Http\\Message\\": "src/"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "MIT"
  672. ],
  673. "authors": [
  674. {
  675. "name": "PHP-FIG",
  676. "homepage": "http://www.php-fig.org/"
  677. }
  678. ],
  679. "description": "Common interface for HTTP messages",
  680. "homepage": "https://github.com/php-fig/http-message",
  681. "keywords": [
  682. "http",
  683. "http-message",
  684. "psr",
  685. "psr-7",
  686. "request",
  687. "response"
  688. ],
  689. "support": {
  690. "source": "https://github.com/php-fig/http-message/tree/master"
  691. },
  692. "time": "2016-08-06T14:39:51+00:00"
  693. },
  694. {
  695. "name": "ralouphie/getallheaders",
  696. "version": "3.0.3",
  697. "source": {
  698. "type": "git",
  699. "url": "https://github.com/ralouphie/getallheaders.git",
  700. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  701. },
  702. "dist": {
  703. "type": "zip",
  704. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  705. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  706. "shasum": ""
  707. },
  708. "require": {
  709. "php": ">=5.6"
  710. },
  711. "require-dev": {
  712. "php-coveralls/php-coveralls": "^2.1",
  713. "phpunit/phpunit": "^5 || ^6.5"
  714. },
  715. "type": "library",
  716. "autoload": {
  717. "files": [
  718. "src/getallheaders.php"
  719. ]
  720. },
  721. "notification-url": "https://packagist.org/downloads/",
  722. "license": [
  723. "MIT"
  724. ],
  725. "authors": [
  726. {
  727. "name": "Ralph Khattar",
  728. "email": "ralph.khattar@gmail.com"
  729. }
  730. ],
  731. "description": "A polyfill for getallheaders.",
  732. "support": {
  733. "issues": "https://github.com/ralouphie/getallheaders/issues",
  734. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  735. },
  736. "time": "2019-03-08T08:55:37+00:00"
  737. },
  738. {
  739. "name": "symfony/deprecation-contracts",
  740. "version": "v2.5.1",
  741. "source": {
  742. "type": "git",
  743. "url": "https://github.com/symfony/deprecation-contracts.git",
  744. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  745. },
  746. "dist": {
  747. "type": "zip",
  748. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  749. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  750. "shasum": ""
  751. },
  752. "require": {
  753. "php": ">=7.1"
  754. },
  755. "type": "library",
  756. "extra": {
  757. "branch-alias": {
  758. "dev-main": "2.5-dev"
  759. },
  760. "thanks": {
  761. "name": "symfony/contracts",
  762. "url": "https://github.com/symfony/contracts"
  763. }
  764. },
  765. "autoload": {
  766. "files": [
  767. "function.php"
  768. ]
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Nicolas Grekas",
  777. "email": "p@tchwork.com"
  778. },
  779. {
  780. "name": "Symfony Community",
  781. "homepage": "https://symfony.com/contributors"
  782. }
  783. ],
  784. "description": "A generic function and convention to trigger deprecation notices",
  785. "homepage": "https://symfony.com",
  786. "support": {
  787. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
  788. },
  789. "funding": [
  790. {
  791. "url": "https://symfony.com/sponsor",
  792. "type": "custom"
  793. },
  794. {
  795. "url": "https://github.com/fabpot",
  796. "type": "github"
  797. },
  798. {
  799. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  800. "type": "tidelift"
  801. }
  802. ],
  803. "time": "2022-01-02T09:53:40+00:00"
  804. },
  805. {
  806. "name": "symfony/polyfill-mbstring",
  807. "version": "v1.26.0",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/symfony/polyfill-mbstring.git",
  811. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  816. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=7.1"
  821. },
  822. "provide": {
  823. "ext-mbstring": "*"
  824. },
  825. "suggest": {
  826. "ext-mbstring": "For best performance"
  827. },
  828. "type": "library",
  829. "extra": {
  830. "branch-alias": {
  831. "dev-main": "1.26-dev"
  832. },
  833. "thanks": {
  834. "name": "symfony/polyfill",
  835. "url": "https://github.com/symfony/polyfill"
  836. }
  837. },
  838. "autoload": {
  839. "files": [
  840. "bootstrap.php"
  841. ],
  842. "psr-4": {
  843. "Symfony\\Polyfill\\Mbstring\\": ""
  844. }
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "MIT"
  849. ],
  850. "authors": [
  851. {
  852. "name": "Nicolas Grekas",
  853. "email": "p@tchwork.com"
  854. },
  855. {
  856. "name": "Symfony Community",
  857. "homepage": "https://symfony.com/contributors"
  858. }
  859. ],
  860. "description": "Symfony polyfill for the Mbstring extension",
  861. "homepage": "https://symfony.com",
  862. "keywords": [
  863. "compatibility",
  864. "mbstring",
  865. "polyfill",
  866. "portable",
  867. "shim"
  868. ],
  869. "support": {
  870. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  871. },
  872. "funding": [
  873. {
  874. "url": "https://symfony.com/sponsor",
  875. "type": "custom"
  876. },
  877. {
  878. "url": "https://github.com/fabpot",
  879. "type": "github"
  880. },
  881. {
  882. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  883. "type": "tidelift"
  884. }
  885. ],
  886. "time": "2022-05-24T11:49:31+00:00"
  887. }
  888. ],
  889. "packages-dev": [],
  890. "aliases": [],
  891. "minimum-stability": "stable",
  892. "stability-flags": [],
  893. "prefer-stable": false,
  894. "prefer-lowest": false,
  895. "platform": [],
  896. "platform-dev": [],
  897. "plugin-api-version": "2.3.0"
  898. }