Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  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": "7827c548fdcc7e87cb0ae341dd2c6b1b",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.9.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
  20. "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-json": "*",
  31. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  32. "guzzlehttp/psr7": "^2.7.0",
  33. "php": "^7.2.5 || ^8.0",
  34. "psr/http-client": "^1.0",
  35. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  36. },
  37. "provide": {
  38. "psr/http-client-implementation": "1.0"
  39. },
  40. "require-dev": {
  41. "bamarni/composer-bin-plugin": "^1.8.2",
  42. "ext-curl": "*",
  43. "guzzle/client-integration-tests": "3.0.2",
  44. "php-http/message-factory": "^1.1",
  45. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  46. "psr/log": "^1.1 || ^2.0 || ^3.0"
  47. },
  48. "suggest": {
  49. "ext-curl": "Required for CURL handler support",
  50. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  51. "psr/log": "Required for using the Log middleware"
  52. },
  53. "type": "library",
  54. "extra": {
  55. "bamarni-bin": {
  56. "bin-links": true,
  57. "forward-command": false
  58. }
  59. },
  60. "autoload": {
  61. "files": [
  62. "src/functions_include.php"
  63. ],
  64. "psr-4": {
  65. "GuzzleHttp\\": "src/"
  66. }
  67. },
  68. "notification-url": "https://packagist.org/downloads/",
  69. "license": [
  70. "MIT"
  71. ],
  72. "authors": [
  73. {
  74. "name": "Graham Campbell",
  75. "email": "hello@gjcampbell.co.uk",
  76. "homepage": "https://github.com/GrahamCampbell"
  77. },
  78. {
  79. "name": "Michael Dowling",
  80. "email": "mtdowling@gmail.com",
  81. "homepage": "https://github.com/mtdowling"
  82. },
  83. {
  84. "name": "Jeremy Lindblom",
  85. "email": "jeremeamia@gmail.com",
  86. "homepage": "https://github.com/jeremeamia"
  87. },
  88. {
  89. "name": "George Mponos",
  90. "email": "gmponos@gmail.com",
  91. "homepage": "https://github.com/gmponos"
  92. },
  93. {
  94. "name": "Tobias Nyholm",
  95. "email": "tobias.nyholm@gmail.com",
  96. "homepage": "https://github.com/Nyholm"
  97. },
  98. {
  99. "name": "Márk Sági-Kazár",
  100. "email": "mark.sagikazar@gmail.com",
  101. "homepage": "https://github.com/sagikazarmark"
  102. },
  103. {
  104. "name": "Tobias Schultze",
  105. "email": "webmaster@tubo-world.de",
  106. "homepage": "https://github.com/Tobion"
  107. }
  108. ],
  109. "description": "Guzzle is a PHP HTTP client library",
  110. "keywords": [
  111. "client",
  112. "curl",
  113. "framework",
  114. "http",
  115. "http client",
  116. "psr-18",
  117. "psr-7",
  118. "rest",
  119. "web service"
  120. ],
  121. "support": {
  122. "issues": "https://github.com/guzzle/guzzle/issues",
  123. "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
  124. },
  125. "funding": [
  126. {
  127. "url": "https://github.com/GrahamCampbell",
  128. "type": "github"
  129. },
  130. {
  131. "url": "https://github.com/Nyholm",
  132. "type": "github"
  133. },
  134. {
  135. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  136. "type": "tidelift"
  137. }
  138. ],
  139. "time": "2024-07-24T11:22:20+00:00"
  140. },
  141. {
  142. "name": "guzzlehttp/promises",
  143. "version": "2.2.0",
  144. "source": {
  145. "type": "git",
  146. "url": "https://github.com/guzzle/promises.git",
  147. "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
  148. },
  149. "dist": {
  150. "type": "zip",
  151. "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
  152. "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
  153. "shasum": "",
  154. "mirrors": [
  155. {
  156. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  157. "preferred": true
  158. }
  159. ]
  160. },
  161. "require": {
  162. "php": "^7.2.5 || ^8.0"
  163. },
  164. "require-dev": {
  165. "bamarni/composer-bin-plugin": "^1.8.2",
  166. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  167. },
  168. "type": "library",
  169. "extra": {
  170. "bamarni-bin": {
  171. "bin-links": true,
  172. "forward-command": false
  173. }
  174. },
  175. "autoload": {
  176. "psr-4": {
  177. "GuzzleHttp\\Promise\\": "src/"
  178. }
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Graham Campbell",
  187. "email": "hello@gjcampbell.co.uk",
  188. "homepage": "https://github.com/GrahamCampbell"
  189. },
  190. {
  191. "name": "Michael Dowling",
  192. "email": "mtdowling@gmail.com",
  193. "homepage": "https://github.com/mtdowling"
  194. },
  195. {
  196. "name": "Tobias Nyholm",
  197. "email": "tobias.nyholm@gmail.com",
  198. "homepage": "https://github.com/Nyholm"
  199. },
  200. {
  201. "name": "Tobias Schultze",
  202. "email": "webmaster@tubo-world.de",
  203. "homepage": "https://github.com/Tobion"
  204. }
  205. ],
  206. "description": "Guzzle promises library",
  207. "keywords": [
  208. "promise"
  209. ],
  210. "support": {
  211. "issues": "https://github.com/guzzle/promises/issues",
  212. "source": "https://github.com/guzzle/promises/tree/2.2.0"
  213. },
  214. "funding": [
  215. {
  216. "url": "https://github.com/GrahamCampbell",
  217. "type": "github"
  218. },
  219. {
  220. "url": "https://github.com/Nyholm",
  221. "type": "github"
  222. },
  223. {
  224. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  225. "type": "tidelift"
  226. }
  227. ],
  228. "time": "2025-03-27T13:27:01+00:00"
  229. },
  230. {
  231. "name": "guzzlehttp/psr7",
  232. "version": "2.7.1",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/guzzle/psr7.git",
  236. "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
  241. "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
  242. "shasum": "",
  243. "mirrors": [
  244. {
  245. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  246. "preferred": true
  247. }
  248. ]
  249. },
  250. "require": {
  251. "php": "^7.2.5 || ^8.0",
  252. "psr/http-factory": "^1.0",
  253. "psr/http-message": "^1.1 || ^2.0",
  254. "ralouphie/getallheaders": "^3.0"
  255. },
  256. "provide": {
  257. "psr/http-factory-implementation": "1.0",
  258. "psr/http-message-implementation": "1.0"
  259. },
  260. "require-dev": {
  261. "bamarni/composer-bin-plugin": "^1.8.2",
  262. "http-interop/http-factory-tests": "0.9.0",
  263. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  264. },
  265. "suggest": {
  266. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  267. },
  268. "type": "library",
  269. "extra": {
  270. "bamarni-bin": {
  271. "bin-links": true,
  272. "forward-command": false
  273. }
  274. },
  275. "autoload": {
  276. "psr-4": {
  277. "GuzzleHttp\\Psr7\\": "src/"
  278. }
  279. },
  280. "notification-url": "https://packagist.org/downloads/",
  281. "license": [
  282. "MIT"
  283. ],
  284. "authors": [
  285. {
  286. "name": "Graham Campbell",
  287. "email": "hello@gjcampbell.co.uk",
  288. "homepage": "https://github.com/GrahamCampbell"
  289. },
  290. {
  291. "name": "Michael Dowling",
  292. "email": "mtdowling@gmail.com",
  293. "homepage": "https://github.com/mtdowling"
  294. },
  295. {
  296. "name": "George Mponos",
  297. "email": "gmponos@gmail.com",
  298. "homepage": "https://github.com/gmponos"
  299. },
  300. {
  301. "name": "Tobias Nyholm",
  302. "email": "tobias.nyholm@gmail.com",
  303. "homepage": "https://github.com/Nyholm"
  304. },
  305. {
  306. "name": "Márk Sági-Kazár",
  307. "email": "mark.sagikazar@gmail.com",
  308. "homepage": "https://github.com/sagikazarmark"
  309. },
  310. {
  311. "name": "Tobias Schultze",
  312. "email": "webmaster@tubo-world.de",
  313. "homepage": "https://github.com/Tobion"
  314. },
  315. {
  316. "name": "Márk Sági-Kazár",
  317. "email": "mark.sagikazar@gmail.com",
  318. "homepage": "https://sagikazarmark.hu"
  319. }
  320. ],
  321. "description": "PSR-7 message implementation that also provides common utility methods",
  322. "keywords": [
  323. "http",
  324. "message",
  325. "psr-7",
  326. "request",
  327. "response",
  328. "stream",
  329. "uri",
  330. "url"
  331. ],
  332. "support": {
  333. "issues": "https://github.com/guzzle/psr7/issues",
  334. "source": "https://github.com/guzzle/psr7/tree/2.7.1"
  335. },
  336. "funding": [
  337. {
  338. "url": "https://github.com/GrahamCampbell",
  339. "type": "github"
  340. },
  341. {
  342. "url": "https://github.com/Nyholm",
  343. "type": "github"
  344. },
  345. {
  346. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  347. "type": "tidelift"
  348. }
  349. ],
  350. "time": "2025-03-27T12:30:47+00:00"
  351. },
  352. {
  353. "name": "psr/http-client",
  354. "version": "1.0.3",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/php-fig/http-client.git",
  358. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  363. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  364. "shasum": "",
  365. "mirrors": [
  366. {
  367. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  368. "preferred": true
  369. }
  370. ]
  371. },
  372. "require": {
  373. "php": "^7.0 || ^8.0",
  374. "psr/http-message": "^1.0 || ^2.0"
  375. },
  376. "type": "library",
  377. "extra": {
  378. "branch-alias": {
  379. "dev-master": "1.0.x-dev"
  380. }
  381. },
  382. "autoload": {
  383. "psr-4": {
  384. "Psr\\Http\\Client\\": "src/"
  385. }
  386. },
  387. "notification-url": "https://packagist.org/downloads/",
  388. "license": [
  389. "MIT"
  390. ],
  391. "authors": [
  392. {
  393. "name": "PHP-FIG",
  394. "homepage": "https://www.php-fig.org/"
  395. }
  396. ],
  397. "description": "Common interface for HTTP clients",
  398. "homepage": "https://github.com/php-fig/http-client",
  399. "keywords": [
  400. "http",
  401. "http-client",
  402. "psr",
  403. "psr-18"
  404. ],
  405. "support": {
  406. "source": "https://github.com/php-fig/http-client"
  407. },
  408. "time": "2023-09-23T14:17:50+00:00"
  409. },
  410. {
  411. "name": "psr/http-factory",
  412. "version": "1.0.2",
  413. "source": {
  414. "type": "git",
  415. "url": "https://github.com/php-fig/http-factory.git",
  416. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  417. },
  418. "dist": {
  419. "type": "zip",
  420. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  421. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  422. "shasum": "",
  423. "mirrors": [
  424. {
  425. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  426. "preferred": true
  427. }
  428. ]
  429. },
  430. "require": {
  431. "php": ">=7.0.0",
  432. "psr/http-message": "^1.0 || ^2.0"
  433. },
  434. "type": "library",
  435. "extra": {
  436. "branch-alias": {
  437. "dev-master": "1.0.x-dev"
  438. }
  439. },
  440. "autoload": {
  441. "psr-4": {
  442. "Psr\\Http\\Message\\": "src/"
  443. }
  444. },
  445. "notification-url": "https://packagist.org/downloads/",
  446. "license": [
  447. "MIT"
  448. ],
  449. "authors": [
  450. {
  451. "name": "PHP-FIG",
  452. "homepage": "https://www.php-fig.org/"
  453. }
  454. ],
  455. "description": "Common interfaces for PSR-7 HTTP message factories",
  456. "keywords": [
  457. "factory",
  458. "http",
  459. "message",
  460. "psr",
  461. "psr-17",
  462. "psr-7",
  463. "request",
  464. "response"
  465. ],
  466. "support": {
  467. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  468. },
  469. "time": "2023-04-10T20:10:41+00:00"
  470. },
  471. {
  472. "name": "psr/http-message",
  473. "version": "2.0",
  474. "source": {
  475. "type": "git",
  476. "url": "https://github.com/php-fig/http-message.git",
  477. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  478. },
  479. "dist": {
  480. "type": "zip",
  481. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  482. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  483. "shasum": "",
  484. "mirrors": [
  485. {
  486. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  487. "preferred": true
  488. }
  489. ]
  490. },
  491. "require": {
  492. "php": "^7.2 || ^8.0"
  493. },
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "2.0.x-dev"
  498. }
  499. },
  500. "autoload": {
  501. "psr-4": {
  502. "Psr\\Http\\Message\\": "src/"
  503. }
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "PHP-FIG",
  512. "homepage": "https://www.php-fig.org/"
  513. }
  514. ],
  515. "description": "Common interface for HTTP messages",
  516. "homepage": "https://github.com/php-fig/http-message",
  517. "keywords": [
  518. "http",
  519. "http-message",
  520. "psr",
  521. "psr-7",
  522. "request",
  523. "response"
  524. ],
  525. "support": {
  526. "source": "https://github.com/php-fig/http-message/tree/2.0"
  527. },
  528. "time": "2023-04-04T09:54:51+00:00"
  529. },
  530. {
  531. "name": "ralouphie/getallheaders",
  532. "version": "3.0.3",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/ralouphie/getallheaders.git",
  536. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  541. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  542. "shasum": "",
  543. "mirrors": [
  544. {
  545. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  546. "preferred": true
  547. }
  548. ]
  549. },
  550. "require": {
  551. "php": ">=5.6"
  552. },
  553. "require-dev": {
  554. "php-coveralls/php-coveralls": "^2.1",
  555. "phpunit/phpunit": "^5 || ^6.5"
  556. },
  557. "type": "library",
  558. "autoload": {
  559. "files": [
  560. "src/getallheaders.php"
  561. ]
  562. },
  563. "notification-url": "https://packagist.org/downloads/",
  564. "license": [
  565. "MIT"
  566. ],
  567. "authors": [
  568. {
  569. "name": "Ralph Khattar",
  570. "email": "ralph.khattar@gmail.com"
  571. }
  572. ],
  573. "description": "A polyfill for getallheaders.",
  574. "support": {
  575. "issues": "https://github.com/ralouphie/getallheaders/issues",
  576. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  577. },
  578. "time": "2019-03-08T08:55:37+00:00"
  579. },
  580. {
  581. "name": "symfony/deprecation-contracts",
  582. "version": "v3.5.1",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/symfony/deprecation-contracts.git",
  586. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  591. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  592. "shasum": "",
  593. "mirrors": [
  594. {
  595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  596. "preferred": true
  597. }
  598. ]
  599. },
  600. "require": {
  601. "php": ">=8.1"
  602. },
  603. "type": "library",
  604. "extra": {
  605. "branch-alias": {
  606. "dev-main": "3.5-dev"
  607. },
  608. "thanks": {
  609. "name": "symfony/contracts",
  610. "url": "https://github.com/symfony/contracts"
  611. }
  612. },
  613. "autoload": {
  614. "files": [
  615. "function.php"
  616. ]
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "MIT"
  621. ],
  622. "authors": [
  623. {
  624. "name": "Nicolas Grekas",
  625. "email": "p@tchwork.com"
  626. },
  627. {
  628. "name": "Symfony Community",
  629. "homepage": "https://symfony.com/contributors"
  630. }
  631. ],
  632. "description": "A generic function and convention to trigger deprecation notices",
  633. "homepage": "https://symfony.com",
  634. "support": {
  635. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
  636. },
  637. "funding": [
  638. {
  639. "url": "https://symfony.com/sponsor",
  640. "type": "custom"
  641. },
  642. {
  643. "url": "https://github.com/fabpot",
  644. "type": "github"
  645. },
  646. {
  647. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  648. "type": "tidelift"
  649. }
  650. ],
  651. "time": "2024-09-25T14:20:29+00:00"
  652. }
  653. ],
  654. "packages-dev": [],
  655. "aliases": [],
  656. "minimum-stability": "stable",
  657. "stability-flags": [],
  658. "prefer-stable": false,
  659. "prefer-lowest": false,
  660. "platform": [],
  661. "platform-dev": [],
  662. "plugin-api-version": "2.6.0"
  663. }