composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  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": "c70b0a93894e97a8d900c2d0523bf133",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.5.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  20. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "guzzlehttp/promises": "^1.5",
  26. "guzzlehttp/psr7": "^1.9 || ^2.4",
  27. "php": "^7.2.5 || ^8.0",
  28. "psr/http-client": "^1.0",
  29. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  30. },
  31. "provide": {
  32. "psr/http-client-implementation": "1.0"
  33. },
  34. "require-dev": {
  35. "bamarni/composer-bin-plugin": "^1.8.1",
  36. "ext-curl": "*",
  37. "php-http/client-integration-tests": "^3.0",
  38. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  39. "psr/log": "^1.1 || ^2.0 || ^3.0"
  40. },
  41. "suggest": {
  42. "ext-curl": "Required for CURL handler support",
  43. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  44. "psr/log": "Required for using the Log middleware"
  45. },
  46. "type": "library",
  47. "extra": {
  48. "bamarni-bin": {
  49. "bin-links": true,
  50. "forward-command": false
  51. },
  52. "branch-alias": {
  53. "dev-master": "7.5-dev"
  54. }
  55. },
  56. "autoload": {
  57. "files": [
  58. "src/functions_include.php"
  59. ],
  60. "psr-4": {
  61. "GuzzleHttp\\": "src/"
  62. }
  63. },
  64. "notification-url": "https://packagist.org/downloads/",
  65. "license": [
  66. "MIT"
  67. ],
  68. "authors": [
  69. {
  70. "name": "Graham Campbell",
  71. "email": "hello@gjcampbell.co.uk",
  72. "homepage": "https://github.com/GrahamCampbell"
  73. },
  74. {
  75. "name": "Michael Dowling",
  76. "email": "mtdowling@gmail.com",
  77. "homepage": "https://github.com/mtdowling"
  78. },
  79. {
  80. "name": "Jeremy Lindblom",
  81. "email": "jeremeamia@gmail.com",
  82. "homepage": "https://github.com/jeremeamia"
  83. },
  84. {
  85. "name": "George Mponos",
  86. "email": "gmponos@gmail.com",
  87. "homepage": "https://github.com/gmponos"
  88. },
  89. {
  90. "name": "Tobias Nyholm",
  91. "email": "tobias.nyholm@gmail.com",
  92. "homepage": "https://github.com/Nyholm"
  93. },
  94. {
  95. "name": "Márk Sági-Kazár",
  96. "email": "mark.sagikazar@gmail.com",
  97. "homepage": "https://github.com/sagikazarmark"
  98. },
  99. {
  100. "name": "Tobias Schultze",
  101. "email": "webmaster@tubo-world.de",
  102. "homepage": "https://github.com/Tobion"
  103. }
  104. ],
  105. "description": "Guzzle is a PHP HTTP client library",
  106. "keywords": [
  107. "client",
  108. "curl",
  109. "framework",
  110. "http",
  111. "http client",
  112. "psr-18",
  113. "psr-7",
  114. "rest",
  115. "web service"
  116. ],
  117. "support": {
  118. "issues": "https://github.com/guzzle/guzzle/issues",
  119. "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
  120. },
  121. "funding": [
  122. {
  123. "url": "https://github.com/GrahamCampbell",
  124. "type": "github"
  125. },
  126. {
  127. "url": "https://github.com/Nyholm",
  128. "type": "github"
  129. },
  130. {
  131. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  132. "type": "tidelift"
  133. }
  134. ],
  135. "time": "2022-08-28T15:39:27+00:00"
  136. },
  137. {
  138. "name": "guzzlehttp/promises",
  139. "version": "1.5.2",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/guzzle/promises.git",
  143. "reference": "b94b2807d85443f9719887892882d0329d1e2598"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
  148. "reference": "b94b2807d85443f9719887892882d0329d1e2598",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "php": ">=5.5"
  153. },
  154. "require-dev": {
  155. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  156. },
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "1.5-dev"
  161. }
  162. },
  163. "autoload": {
  164. "files": [
  165. "src/functions_include.php"
  166. ],
  167. "psr-4": {
  168. "GuzzleHttp\\Promise\\": "src/"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "MIT"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Graham Campbell",
  178. "email": "hello@gjcampbell.co.uk",
  179. "homepage": "https://github.com/GrahamCampbell"
  180. },
  181. {
  182. "name": "Michael Dowling",
  183. "email": "mtdowling@gmail.com",
  184. "homepage": "https://github.com/mtdowling"
  185. },
  186. {
  187. "name": "Tobias Nyholm",
  188. "email": "tobias.nyholm@gmail.com",
  189. "homepage": "https://github.com/Nyholm"
  190. },
  191. {
  192. "name": "Tobias Schultze",
  193. "email": "webmaster@tubo-world.de",
  194. "homepage": "https://github.com/Tobion"
  195. }
  196. ],
  197. "description": "Guzzle promises library",
  198. "keywords": [
  199. "promise"
  200. ],
  201. "support": {
  202. "issues": "https://github.com/guzzle/promises/issues",
  203. "source": "https://github.com/guzzle/promises/tree/1.5.2"
  204. },
  205. "funding": [
  206. {
  207. "url": "https://github.com/GrahamCampbell",
  208. "type": "github"
  209. },
  210. {
  211. "url": "https://github.com/Nyholm",
  212. "type": "github"
  213. },
  214. {
  215. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  216. "type": "tidelift"
  217. }
  218. ],
  219. "time": "2022-08-28T14:55:35+00:00"
  220. },
  221. {
  222. "name": "guzzlehttp/psr7",
  223. "version": "2.4.3",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/guzzle/psr7.git",
  227. "reference": "67c26b443f348a51926030c83481b85718457d3d"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
  232. "reference": "67c26b443f348a51926030c83481b85718457d3d",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "php": "^7.2.5 || ^8.0",
  237. "psr/http-factory": "^1.0",
  238. "psr/http-message": "^1.0",
  239. "ralouphie/getallheaders": "^3.0"
  240. },
  241. "provide": {
  242. "psr/http-factory-implementation": "1.0",
  243. "psr/http-message-implementation": "1.0"
  244. },
  245. "require-dev": {
  246. "bamarni/composer-bin-plugin": "^1.8.1",
  247. "http-interop/http-factory-tests": "^0.9",
  248. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  249. },
  250. "suggest": {
  251. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  252. },
  253. "type": "library",
  254. "extra": {
  255. "bamarni-bin": {
  256. "bin-links": true,
  257. "forward-command": false
  258. },
  259. "branch-alias": {
  260. "dev-master": "2.4-dev"
  261. }
  262. },
  263. "autoload": {
  264. "psr-4": {
  265. "GuzzleHttp\\Psr7\\": "src/"
  266. }
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "MIT"
  271. ],
  272. "authors": [
  273. {
  274. "name": "Graham Campbell",
  275. "email": "hello@gjcampbell.co.uk",
  276. "homepage": "https://github.com/GrahamCampbell"
  277. },
  278. {
  279. "name": "Michael Dowling",
  280. "email": "mtdowling@gmail.com",
  281. "homepage": "https://github.com/mtdowling"
  282. },
  283. {
  284. "name": "George Mponos",
  285. "email": "gmponos@gmail.com",
  286. "homepage": "https://github.com/gmponos"
  287. },
  288. {
  289. "name": "Tobias Nyholm",
  290. "email": "tobias.nyholm@gmail.com",
  291. "homepage": "https://github.com/Nyholm"
  292. },
  293. {
  294. "name": "Márk Sági-Kazár",
  295. "email": "mark.sagikazar@gmail.com",
  296. "homepage": "https://github.com/sagikazarmark"
  297. },
  298. {
  299. "name": "Tobias Schultze",
  300. "email": "webmaster@tubo-world.de",
  301. "homepage": "https://github.com/Tobion"
  302. },
  303. {
  304. "name": "Márk Sági-Kazár",
  305. "email": "mark.sagikazar@gmail.com",
  306. "homepage": "https://sagikazarmark.hu"
  307. }
  308. ],
  309. "description": "PSR-7 message implementation that also provides common utility methods",
  310. "keywords": [
  311. "http",
  312. "message",
  313. "psr-7",
  314. "request",
  315. "response",
  316. "stream",
  317. "uri",
  318. "url"
  319. ],
  320. "support": {
  321. "issues": "https://github.com/guzzle/psr7/issues",
  322. "source": "https://github.com/guzzle/psr7/tree/2.4.3"
  323. },
  324. "funding": [
  325. {
  326. "url": "https://github.com/GrahamCampbell",
  327. "type": "github"
  328. },
  329. {
  330. "url": "https://github.com/Nyholm",
  331. "type": "github"
  332. },
  333. {
  334. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  335. "type": "tidelift"
  336. }
  337. ],
  338. "time": "2022-10-26T14:07:24+00:00"
  339. },
  340. {
  341. "name": "guzzlehttp/uri-template",
  342. "version": "v1.0.1",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/guzzle/uri-template.git",
  346. "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
  351. "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": "^7.2.5 || ^8.0",
  356. "symfony/polyfill-php80": "^1.17"
  357. },
  358. "require-dev": {
  359. "phpunit/phpunit": "^8.5.19 || ^9.5.8",
  360. "uri-template/tests": "1.0.0"
  361. },
  362. "type": "library",
  363. "extra": {
  364. "branch-alias": {
  365. "dev-master": "1.0-dev"
  366. }
  367. },
  368. "autoload": {
  369. "psr-4": {
  370. "GuzzleHttp\\UriTemplate\\": "src"
  371. }
  372. },
  373. "notification-url": "https://packagist.org/downloads/",
  374. "license": [
  375. "MIT"
  376. ],
  377. "authors": [
  378. {
  379. "name": "Graham Campbell",
  380. "email": "hello@gjcampbell.co.uk",
  381. "homepage": "https://github.com/GrahamCampbell"
  382. },
  383. {
  384. "name": "Michael Dowling",
  385. "email": "mtdowling@gmail.com",
  386. "homepage": "https://github.com/mtdowling"
  387. },
  388. {
  389. "name": "George Mponos",
  390. "email": "gmponos@gmail.com",
  391. "homepage": "https://github.com/gmponos"
  392. },
  393. {
  394. "name": "Tobias Nyholm",
  395. "email": "tobias.nyholm@gmail.com",
  396. "homepage": "https://github.com/Nyholm"
  397. }
  398. ],
  399. "description": "A polyfill class for uri_template of PHP",
  400. "keywords": [
  401. "guzzlehttp",
  402. "uri-template"
  403. ],
  404. "support": {
  405. "issues": "https://github.com/guzzle/uri-template/issues",
  406. "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
  407. },
  408. "funding": [
  409. {
  410. "url": "https://github.com/GrahamCampbell",
  411. "type": "github"
  412. },
  413. {
  414. "url": "https://github.com/Nyholm",
  415. "type": "github"
  416. },
  417. {
  418. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  419. "type": "tidelift"
  420. }
  421. ],
  422. "time": "2021-10-07T12:57:01+00:00"
  423. },
  424. {
  425. "name": "psr/http-client",
  426. "version": "1.0.1",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/php-fig/http-client.git",
  430. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  435. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "php": "^7.0 || ^8.0",
  440. "psr/http-message": "^1.0"
  441. },
  442. "type": "library",
  443. "extra": {
  444. "branch-alias": {
  445. "dev-master": "1.0.x-dev"
  446. }
  447. },
  448. "autoload": {
  449. "psr-4": {
  450. "Psr\\Http\\Client\\": "src/"
  451. }
  452. },
  453. "notification-url": "https://packagist.org/downloads/",
  454. "license": [
  455. "MIT"
  456. ],
  457. "authors": [
  458. {
  459. "name": "PHP-FIG",
  460. "homepage": "http://www.php-fig.org/"
  461. }
  462. ],
  463. "description": "Common interface for HTTP clients",
  464. "homepage": "https://github.com/php-fig/http-client",
  465. "keywords": [
  466. "http",
  467. "http-client",
  468. "psr",
  469. "psr-18"
  470. ],
  471. "support": {
  472. "source": "https://github.com/php-fig/http-client/tree/master"
  473. },
  474. "time": "2020-06-29T06:28:15+00:00"
  475. },
  476. {
  477. "name": "psr/http-factory",
  478. "version": "1.0.1",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/php-fig/http-factory.git",
  482. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  487. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  488. "shasum": ""
  489. },
  490. "require": {
  491. "php": ">=7.0.0",
  492. "psr/http-message": "^1.0"
  493. },
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "1.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": "http://www.php-fig.org/"
  513. }
  514. ],
  515. "description": "Common interfaces for PSR-7 HTTP message factories",
  516. "keywords": [
  517. "factory",
  518. "http",
  519. "message",
  520. "psr",
  521. "psr-17",
  522. "psr-7",
  523. "request",
  524. "response"
  525. ],
  526. "support": {
  527. "source": "https://github.com/php-fig/http-factory/tree/master"
  528. },
  529. "time": "2019-04-30T12:38:16+00:00"
  530. },
  531. {
  532. "name": "psr/http-message",
  533. "version": "1.0.1",
  534. "source": {
  535. "type": "git",
  536. "url": "https://github.com/php-fig/http-message.git",
  537. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  538. },
  539. "dist": {
  540. "type": "zip",
  541. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  542. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  543. "shasum": ""
  544. },
  545. "require": {
  546. "php": ">=5.3.0"
  547. },
  548. "type": "library",
  549. "extra": {
  550. "branch-alias": {
  551. "dev-master": "1.0.x-dev"
  552. }
  553. },
  554. "autoload": {
  555. "psr-4": {
  556. "Psr\\Http\\Message\\": "src/"
  557. }
  558. },
  559. "notification-url": "https://packagist.org/downloads/",
  560. "license": [
  561. "MIT"
  562. ],
  563. "authors": [
  564. {
  565. "name": "PHP-FIG",
  566. "homepage": "http://www.php-fig.org/"
  567. }
  568. ],
  569. "description": "Common interface for HTTP messages",
  570. "homepage": "https://github.com/php-fig/http-message",
  571. "keywords": [
  572. "http",
  573. "http-message",
  574. "psr",
  575. "psr-7",
  576. "request",
  577. "response"
  578. ],
  579. "support": {
  580. "source": "https://github.com/php-fig/http-message/tree/master"
  581. },
  582. "time": "2016-08-06T14:39:51+00:00"
  583. },
  584. {
  585. "name": "ralouphie/getallheaders",
  586. "version": "3.0.3",
  587. "source": {
  588. "type": "git",
  589. "url": "https://github.com/ralouphie/getallheaders.git",
  590. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  591. },
  592. "dist": {
  593. "type": "zip",
  594. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  595. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  596. "shasum": ""
  597. },
  598. "require": {
  599. "php": ">=5.6"
  600. },
  601. "require-dev": {
  602. "php-coveralls/php-coveralls": "^2.1",
  603. "phpunit/phpunit": "^5 || ^6.5"
  604. },
  605. "type": "library",
  606. "autoload": {
  607. "files": [
  608. "src/getallheaders.php"
  609. ]
  610. },
  611. "notification-url": "https://packagist.org/downloads/",
  612. "license": [
  613. "MIT"
  614. ],
  615. "authors": [
  616. {
  617. "name": "Ralph Khattar",
  618. "email": "ralph.khattar@gmail.com"
  619. }
  620. ],
  621. "description": "A polyfill for getallheaders.",
  622. "support": {
  623. "issues": "https://github.com/ralouphie/getallheaders/issues",
  624. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  625. },
  626. "time": "2019-03-08T08:55:37+00:00"
  627. },
  628. {
  629. "name": "symfony/deprecation-contracts",
  630. "version": "v3.2.0",
  631. "source": {
  632. "type": "git",
  633. "url": "https://github.com/symfony/deprecation-contracts.git",
  634. "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
  639. "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
  640. "shasum": ""
  641. },
  642. "require": {
  643. "php": ">=8.1"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-main": "3.3-dev"
  649. },
  650. "thanks": {
  651. "name": "symfony/contracts",
  652. "url": "https://github.com/symfony/contracts"
  653. }
  654. },
  655. "autoload": {
  656. "files": [
  657. "function.php"
  658. ]
  659. },
  660. "notification-url": "https://packagist.org/downloads/",
  661. "license": [
  662. "MIT"
  663. ],
  664. "authors": [
  665. {
  666. "name": "Nicolas Grekas",
  667. "email": "p@tchwork.com"
  668. },
  669. {
  670. "name": "Symfony Community",
  671. "homepage": "https://symfony.com/contributors"
  672. }
  673. ],
  674. "description": "A generic function and convention to trigger deprecation notices",
  675. "homepage": "https://symfony.com",
  676. "support": {
  677. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
  678. },
  679. "funding": [
  680. {
  681. "url": "https://symfony.com/sponsor",
  682. "type": "custom"
  683. },
  684. {
  685. "url": "https://github.com/fabpot",
  686. "type": "github"
  687. },
  688. {
  689. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  690. "type": "tidelift"
  691. }
  692. ],
  693. "time": "2022-11-25T10:21:52+00:00"
  694. },
  695. {
  696. "name": "symfony/polyfill-php80",
  697. "version": "v1.27.0",
  698. "source": {
  699. "type": "git",
  700. "url": "https://github.com/symfony/polyfill-php80.git",
  701. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  702. },
  703. "dist": {
  704. "type": "zip",
  705. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  706. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  707. "shasum": ""
  708. },
  709. "require": {
  710. "php": ">=7.1"
  711. },
  712. "type": "library",
  713. "extra": {
  714. "branch-alias": {
  715. "dev-main": "1.27-dev"
  716. },
  717. "thanks": {
  718. "name": "symfony/polyfill",
  719. "url": "https://github.com/symfony/polyfill"
  720. }
  721. },
  722. "autoload": {
  723. "files": [
  724. "bootstrap.php"
  725. ],
  726. "psr-4": {
  727. "Symfony\\Polyfill\\Php80\\": ""
  728. },
  729. "classmap": [
  730. "Resources/stubs"
  731. ]
  732. },
  733. "notification-url": "https://packagist.org/downloads/",
  734. "license": [
  735. "MIT"
  736. ],
  737. "authors": [
  738. {
  739. "name": "Ion Bazan",
  740. "email": "ion.bazan@gmail.com"
  741. },
  742. {
  743. "name": "Nicolas Grekas",
  744. "email": "p@tchwork.com"
  745. },
  746. {
  747. "name": "Symfony Community",
  748. "homepage": "https://symfony.com/contributors"
  749. }
  750. ],
  751. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  752. "homepage": "https://symfony.com",
  753. "keywords": [
  754. "compatibility",
  755. "polyfill",
  756. "portable",
  757. "shim"
  758. ],
  759. "support": {
  760. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  761. },
  762. "funding": [
  763. {
  764. "url": "https://symfony.com/sponsor",
  765. "type": "custom"
  766. },
  767. {
  768. "url": "https://github.com/fabpot",
  769. "type": "github"
  770. },
  771. {
  772. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  773. "type": "tidelift"
  774. }
  775. ],
  776. "time": "2022-11-03T14:55:06+00:00"
  777. },
  778. {
  779. "name": "wechatpay/wechatpay",
  780. "version": "1.4.8",
  781. "source": {
  782. "type": "git",
  783. "url": "https://github.com/wechatpay-apiv3/wechatpay-php.git",
  784. "reference": "fbe8d7c2b3b367e42bf98caa0cce582b3205d427"
  785. },
  786. "dist": {
  787. "type": "zip",
  788. "url": "https://api.github.com/repos/wechatpay-apiv3/wechatpay-php/zipball/fbe8d7c2b3b367e42bf98caa0cce582b3205d427",
  789. "reference": "fbe8d7c2b3b367e42bf98caa0cce582b3205d427",
  790. "shasum": ""
  791. },
  792. "require": {
  793. "ext-curl": "*",
  794. "ext-libxml": "*",
  795. "ext-openssl": "*",
  796. "ext-simplexml": "*",
  797. "guzzlehttp/guzzle": "^6.5 || ^7.0",
  798. "guzzlehttp/uri-template": "^0.2 || ^1.0",
  799. "php": ">=7.1.2"
  800. },
  801. "require-dev": {
  802. "phpstan/phpstan": "^0.12.89 || ^1.0",
  803. "phpunit/phpunit": "^7.5 || ^8.5.16 || ^9.3.5"
  804. },
  805. "bin": [
  806. "bin/CertificateDownloader.php"
  807. ],
  808. "type": "library",
  809. "autoload": {
  810. "psr-4": {
  811. "WeChatPay\\": "src/"
  812. }
  813. },
  814. "notification-url": "https://packagist.org/downloads/",
  815. "license": [
  816. "Apache-2.0"
  817. ],
  818. "authors": [
  819. {
  820. "name": "James ZHANG",
  821. "homepage": "https://github.com/TheNorthMemory"
  822. },
  823. {
  824. "name": "WeChatPay Community",
  825. "homepage": "https://developers.weixin.qq.com/community/pay"
  826. }
  827. ],
  828. "description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
  829. "homepage": "https://pay.weixin.qq.com/",
  830. "keywords": [
  831. "AES-GCM",
  832. "aes-ecb",
  833. "openapi-chainable",
  834. "rsa-oaep",
  835. "wechatpay",
  836. "xml-builder",
  837. "xml-parser"
  838. ],
  839. "support": {
  840. "issues": "https://github.com/wechatpay-apiv3/wechatpay-php/issues",
  841. "source": "https://github.com/wechatpay-apiv3/wechatpay-php/tree/v1.4.8"
  842. },
  843. "time": "2023-01-05T03:50:12+00:00"
  844. }
  845. ],
  846. "packages-dev": [],
  847. "aliases": [],
  848. "minimum-stability": "stable",
  849. "stability-flags": [],
  850. "prefer-stable": false,
  851. "prefer-lowest": false,
  852. "platform": [],
  853. "platform-dev": [],
  854. "plugin-api-version": "2.2.0"
  855. }