composer.lock 32 KB

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