composer.lock 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  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.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/awslabs/aws-crt-php.git",
  15. "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
  20. "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
  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.4"
  60. },
  61. "time": "2023-11-08T00:42:13+00:00"
  62. },
  63. {
  64. "name": "aws/aws-sdk-php",
  65. "version": "3.288.1",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/aws/aws-sdk-php.git",
  69. "reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a1dfa12c7165de0b731ae8074c4ba1f3ae733f89",
  74. "reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "aws/aws-crt-php": "^1.2.3",
  79. "ext-json": "*",
  80. "ext-pcre": "*",
  81. "ext-simplexml": "*",
  82. "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
  83. "guzzlehttp/promises": "^1.4.0 || ^2.0",
  84. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  85. "mtdowling/jmespath.php": "^2.6",
  86. "php": ">=7.2.5",
  87. "psr/http-message": "^1.0 || ^2.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": "^5.6.3 || ^8.5 || ^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.288.1"
  155. },
  156. "time": "2023-11-22T19:35:38+00:00"
  157. },
  158. {
  159. "name": "guzzlehttp/guzzle",
  160. "version": "7.8.1",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/guzzle/guzzle.git",
  164. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
  169. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "ext-json": "*",
  174. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  175. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  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.2",
  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.36 || ^9.6.15",
  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.8.1"
  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-12-03T20:35:24+00:00"
  283. },
  284. {
  285. "name": "guzzlehttp/promises",
  286. "version": "2.0.2",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/guzzle/promises.git",
  290. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
  295. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": "^7.2.5 || ^8.0"
  300. },
  301. "require-dev": {
  302. "bamarni/composer-bin-plugin": "^1.8.2",
  303. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  304. },
  305. "type": "library",
  306. "extra": {
  307. "bamarni-bin": {
  308. "bin-links": true,
  309. "forward-command": false
  310. }
  311. },
  312. "autoload": {
  313. "psr-4": {
  314. "GuzzleHttp\\Promise\\": "src/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "Graham Campbell",
  324. "email": "hello@gjcampbell.co.uk",
  325. "homepage": "https://github.com/GrahamCampbell"
  326. },
  327. {
  328. "name": "Michael Dowling",
  329. "email": "mtdowling@gmail.com",
  330. "homepage": "https://github.com/mtdowling"
  331. },
  332. {
  333. "name": "Tobias Nyholm",
  334. "email": "tobias.nyholm@gmail.com",
  335. "homepage": "https://github.com/Nyholm"
  336. },
  337. {
  338. "name": "Tobias Schultze",
  339. "email": "webmaster@tubo-world.de",
  340. "homepage": "https://github.com/Tobion"
  341. }
  342. ],
  343. "description": "Guzzle promises library",
  344. "keywords": [
  345. "promise"
  346. ],
  347. "support": {
  348. "issues": "https://github.com/guzzle/promises/issues",
  349. "source": "https://github.com/guzzle/promises/tree/2.0.2"
  350. },
  351. "funding": [
  352. {
  353. "url": "https://github.com/GrahamCampbell",
  354. "type": "github"
  355. },
  356. {
  357. "url": "https://github.com/Nyholm",
  358. "type": "github"
  359. },
  360. {
  361. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  362. "type": "tidelift"
  363. }
  364. ],
  365. "time": "2023-12-03T20:19:20+00:00"
  366. },
  367. {
  368. "name": "guzzlehttp/psr7",
  369. "version": "2.6.2",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/guzzle/psr7.git",
  373. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
  378. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "php": "^7.2.5 || ^8.0",
  383. "psr/http-factory": "^1.0",
  384. "psr/http-message": "^1.1 || ^2.0",
  385. "ralouphie/getallheaders": "^3.0"
  386. },
  387. "provide": {
  388. "psr/http-factory-implementation": "1.0",
  389. "psr/http-message-implementation": "1.0"
  390. },
  391. "require-dev": {
  392. "bamarni/composer-bin-plugin": "^1.8.2",
  393. "http-interop/http-factory-tests": "^0.9",
  394. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  395. },
  396. "suggest": {
  397. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  398. },
  399. "type": "library",
  400. "extra": {
  401. "bamarni-bin": {
  402. "bin-links": true,
  403. "forward-command": false
  404. }
  405. },
  406. "autoload": {
  407. "psr-4": {
  408. "GuzzleHttp\\Psr7\\": "src/"
  409. }
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Graham Campbell",
  418. "email": "hello@gjcampbell.co.uk",
  419. "homepage": "https://github.com/GrahamCampbell"
  420. },
  421. {
  422. "name": "Michael Dowling",
  423. "email": "mtdowling@gmail.com",
  424. "homepage": "https://github.com/mtdowling"
  425. },
  426. {
  427. "name": "George Mponos",
  428. "email": "gmponos@gmail.com",
  429. "homepage": "https://github.com/gmponos"
  430. },
  431. {
  432. "name": "Tobias Nyholm",
  433. "email": "tobias.nyholm@gmail.com",
  434. "homepage": "https://github.com/Nyholm"
  435. },
  436. {
  437. "name": "Márk Sági-Kazár",
  438. "email": "mark.sagikazar@gmail.com",
  439. "homepage": "https://github.com/sagikazarmark"
  440. },
  441. {
  442. "name": "Tobias Schultze",
  443. "email": "webmaster@tubo-world.de",
  444. "homepage": "https://github.com/Tobion"
  445. },
  446. {
  447. "name": "Márk Sági-Kazár",
  448. "email": "mark.sagikazar@gmail.com",
  449. "homepage": "https://sagikazarmark.hu"
  450. }
  451. ],
  452. "description": "PSR-7 message implementation that also provides common utility methods",
  453. "keywords": [
  454. "http",
  455. "message",
  456. "psr-7",
  457. "request",
  458. "response",
  459. "stream",
  460. "uri",
  461. "url"
  462. ],
  463. "support": {
  464. "issues": "https://github.com/guzzle/psr7/issues",
  465. "source": "https://github.com/guzzle/psr7/tree/2.6.2"
  466. },
  467. "funding": [
  468. {
  469. "url": "https://github.com/GrahamCampbell",
  470. "type": "github"
  471. },
  472. {
  473. "url": "https://github.com/Nyholm",
  474. "type": "github"
  475. },
  476. {
  477. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  478. "type": "tidelift"
  479. }
  480. ],
  481. "time": "2023-12-03T20:05:35+00:00"
  482. },
  483. {
  484. "name": "mtdowling/jmespath.php",
  485. "version": "2.7.0",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/jmespath/jmespath.php.git",
  489. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
  494. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "php": "^7.2.5 || ^8.0",
  499. "symfony/polyfill-mbstring": "^1.17"
  500. },
  501. "require-dev": {
  502. "composer/xdebug-handler": "^3.0.3",
  503. "phpunit/phpunit": "^8.5.33"
  504. },
  505. "bin": [
  506. "bin/jp.php"
  507. ],
  508. "type": "library",
  509. "extra": {
  510. "branch-alias": {
  511. "dev-master": "2.7-dev"
  512. }
  513. },
  514. "autoload": {
  515. "files": [
  516. "src/JmesPath.php"
  517. ],
  518. "psr-4": {
  519. "JmesPath\\": "src/"
  520. }
  521. },
  522. "notification-url": "https://packagist.org/downloads/",
  523. "license": [
  524. "MIT"
  525. ],
  526. "authors": [
  527. {
  528. "name": "Graham Campbell",
  529. "email": "hello@gjcampbell.co.uk",
  530. "homepage": "https://github.com/GrahamCampbell"
  531. },
  532. {
  533. "name": "Michael Dowling",
  534. "email": "mtdowling@gmail.com",
  535. "homepage": "https://github.com/mtdowling"
  536. }
  537. ],
  538. "description": "Declaratively specify how to extract elements from a JSON document",
  539. "keywords": [
  540. "json",
  541. "jsonpath"
  542. ],
  543. "support": {
  544. "issues": "https://github.com/jmespath/jmespath.php/issues",
  545. "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
  546. },
  547. "time": "2023-08-25T10:54:48+00:00"
  548. },
  549. {
  550. "name": "psr/http-client",
  551. "version": "1.0.3",
  552. "source": {
  553. "type": "git",
  554. "url": "https://github.com/php-fig/http-client.git",
  555. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  556. },
  557. "dist": {
  558. "type": "zip",
  559. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  560. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  561. "shasum": ""
  562. },
  563. "require": {
  564. "php": "^7.0 || ^8.0",
  565. "psr/http-message": "^1.0 || ^2.0"
  566. },
  567. "type": "library",
  568. "extra": {
  569. "branch-alias": {
  570. "dev-master": "1.0.x-dev"
  571. }
  572. },
  573. "autoload": {
  574. "psr-4": {
  575. "Psr\\Http\\Client\\": "src/"
  576. }
  577. },
  578. "notification-url": "https://packagist.org/downloads/",
  579. "license": [
  580. "MIT"
  581. ],
  582. "authors": [
  583. {
  584. "name": "PHP-FIG",
  585. "homepage": "https://www.php-fig.org/"
  586. }
  587. ],
  588. "description": "Common interface for HTTP clients",
  589. "homepage": "https://github.com/php-fig/http-client",
  590. "keywords": [
  591. "http",
  592. "http-client",
  593. "psr",
  594. "psr-18"
  595. ],
  596. "support": {
  597. "source": "https://github.com/php-fig/http-client"
  598. },
  599. "time": "2023-09-23T14:17:50+00:00"
  600. },
  601. {
  602. "name": "psr/http-factory",
  603. "version": "1.0.2",
  604. "source": {
  605. "type": "git",
  606. "url": "https://github.com/php-fig/http-factory.git",
  607. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  608. },
  609. "dist": {
  610. "type": "zip",
  611. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  612. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  613. "shasum": ""
  614. },
  615. "require": {
  616. "php": ">=7.0.0",
  617. "psr/http-message": "^1.0 || ^2.0"
  618. },
  619. "type": "library",
  620. "extra": {
  621. "branch-alias": {
  622. "dev-master": "1.0.x-dev"
  623. }
  624. },
  625. "autoload": {
  626. "psr-4": {
  627. "Psr\\Http\\Message\\": "src/"
  628. }
  629. },
  630. "notification-url": "https://packagist.org/downloads/",
  631. "license": [
  632. "MIT"
  633. ],
  634. "authors": [
  635. {
  636. "name": "PHP-FIG",
  637. "homepage": "https://www.php-fig.org/"
  638. }
  639. ],
  640. "description": "Common interfaces for PSR-7 HTTP message factories",
  641. "keywords": [
  642. "factory",
  643. "http",
  644. "message",
  645. "psr",
  646. "psr-17",
  647. "psr-7",
  648. "request",
  649. "response"
  650. ],
  651. "support": {
  652. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  653. },
  654. "time": "2023-04-10T20:10:41+00:00"
  655. },
  656. {
  657. "name": "psr/http-message",
  658. "version": "2.0",
  659. "source": {
  660. "type": "git",
  661. "url": "https://github.com/php-fig/http-message.git",
  662. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  663. },
  664. "dist": {
  665. "type": "zip",
  666. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  667. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  668. "shasum": ""
  669. },
  670. "require": {
  671. "php": "^7.2 || ^8.0"
  672. },
  673. "type": "library",
  674. "extra": {
  675. "branch-alias": {
  676. "dev-master": "2.0.x-dev"
  677. }
  678. },
  679. "autoload": {
  680. "psr-4": {
  681. "Psr\\Http\\Message\\": "src/"
  682. }
  683. },
  684. "notification-url": "https://packagist.org/downloads/",
  685. "license": [
  686. "MIT"
  687. ],
  688. "authors": [
  689. {
  690. "name": "PHP-FIG",
  691. "homepage": "https://www.php-fig.org/"
  692. }
  693. ],
  694. "description": "Common interface for HTTP messages",
  695. "homepage": "https://github.com/php-fig/http-message",
  696. "keywords": [
  697. "http",
  698. "http-message",
  699. "psr",
  700. "psr-7",
  701. "request",
  702. "response"
  703. ],
  704. "support": {
  705. "source": "https://github.com/php-fig/http-message/tree/2.0"
  706. },
  707. "time": "2023-04-04T09:54:51+00:00"
  708. },
  709. {
  710. "name": "ralouphie/getallheaders",
  711. "version": "3.0.3",
  712. "source": {
  713. "type": "git",
  714. "url": "https://github.com/ralouphie/getallheaders.git",
  715. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  716. },
  717. "dist": {
  718. "type": "zip",
  719. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  720. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  721. "shasum": ""
  722. },
  723. "require": {
  724. "php": ">=5.6"
  725. },
  726. "require-dev": {
  727. "php-coveralls/php-coveralls": "^2.1",
  728. "phpunit/phpunit": "^5 || ^6.5"
  729. },
  730. "type": "library",
  731. "autoload": {
  732. "files": [
  733. "src/getallheaders.php"
  734. ]
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "MIT"
  739. ],
  740. "authors": [
  741. {
  742. "name": "Ralph Khattar",
  743. "email": "ralph.khattar@gmail.com"
  744. }
  745. ],
  746. "description": "A polyfill for getallheaders.",
  747. "support": {
  748. "issues": "https://github.com/ralouphie/getallheaders/issues",
  749. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  750. },
  751. "time": "2019-03-08T08:55:37+00:00"
  752. },
  753. {
  754. "name": "symfony/deprecation-contracts",
  755. "version": "v2.5.2",
  756. "source": {
  757. "type": "git",
  758. "url": "https://github.com/symfony/deprecation-contracts.git",
  759. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  760. },
  761. "dist": {
  762. "type": "zip",
  763. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  764. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  765. "shasum": ""
  766. },
  767. "require": {
  768. "php": ">=7.1"
  769. },
  770. "type": "library",
  771. "extra": {
  772. "branch-alias": {
  773. "dev-main": "2.5-dev"
  774. },
  775. "thanks": {
  776. "name": "symfony/contracts",
  777. "url": "https://github.com/symfony/contracts"
  778. }
  779. },
  780. "autoload": {
  781. "files": [
  782. "function.php"
  783. ]
  784. },
  785. "notification-url": "https://packagist.org/downloads/",
  786. "license": [
  787. "MIT"
  788. ],
  789. "authors": [
  790. {
  791. "name": "Nicolas Grekas",
  792. "email": "p@tchwork.com"
  793. },
  794. {
  795. "name": "Symfony Community",
  796. "homepage": "https://symfony.com/contributors"
  797. }
  798. ],
  799. "description": "A generic function and convention to trigger deprecation notices",
  800. "homepage": "https://symfony.com",
  801. "support": {
  802. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  803. },
  804. "funding": [
  805. {
  806. "url": "https://symfony.com/sponsor",
  807. "type": "custom"
  808. },
  809. {
  810. "url": "https://github.com/fabpot",
  811. "type": "github"
  812. },
  813. {
  814. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  815. "type": "tidelift"
  816. }
  817. ],
  818. "time": "2022-01-02T09:53:40+00:00"
  819. },
  820. {
  821. "name": "symfony/polyfill-mbstring",
  822. "version": "v1.28.0",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/symfony/polyfill-mbstring.git",
  826. "reference": "42292d99c55abe617799667f454222c54c60e229"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  831. "reference": "42292d99c55abe617799667f454222c54c60e229",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "php": ">=7.1"
  836. },
  837. "provide": {
  838. "ext-mbstring": "*"
  839. },
  840. "suggest": {
  841. "ext-mbstring": "For best performance"
  842. },
  843. "type": "library",
  844. "extra": {
  845. "branch-alias": {
  846. "dev-main": "1.28-dev"
  847. },
  848. "thanks": {
  849. "name": "symfony/polyfill",
  850. "url": "https://github.com/symfony/polyfill"
  851. }
  852. },
  853. "autoload": {
  854. "files": [
  855. "bootstrap.php"
  856. ],
  857. "psr-4": {
  858. "Symfony\\Polyfill\\Mbstring\\": ""
  859. }
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "MIT"
  864. ],
  865. "authors": [
  866. {
  867. "name": "Nicolas Grekas",
  868. "email": "p@tchwork.com"
  869. },
  870. {
  871. "name": "Symfony Community",
  872. "homepage": "https://symfony.com/contributors"
  873. }
  874. ],
  875. "description": "Symfony polyfill for the Mbstring extension",
  876. "homepage": "https://symfony.com",
  877. "keywords": [
  878. "compatibility",
  879. "mbstring",
  880. "polyfill",
  881. "portable",
  882. "shim"
  883. ],
  884. "support": {
  885. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  886. },
  887. "funding": [
  888. {
  889. "url": "https://symfony.com/sponsor",
  890. "type": "custom"
  891. },
  892. {
  893. "url": "https://github.com/fabpot",
  894. "type": "github"
  895. },
  896. {
  897. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  898. "type": "tidelift"
  899. }
  900. ],
  901. "time": "2023-07-28T09:04:16+00:00"
  902. }
  903. ],
  904. "packages-dev": [],
  905. "aliases": [],
  906. "minimum-stability": "stable",
  907. "stability-flags": [],
  908. "prefer-stable": false,
  909. "prefer-lowest": false,
  910. "platform": [],
  911. "platform-dev": [],
  912. "plugin-api-version": "2.6.0"
  913. }