1
0

installed.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. {
  2. "packages": [
  3. {
  4. "name": "brick/math",
  5. "version": "0.9.3",
  6. "version_normalized": "0.9.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/brick/math.git",
  10. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
  15. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-json": "*",
  20. "php": "^7.1 || ^8.0"
  21. },
  22. "require-dev": {
  23. "php-coveralls/php-coveralls": "^2.2",
  24. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
  25. "vimeo/psalm": "4.9.2"
  26. },
  27. "time": "2021-08-15T20:50:18+00:00",
  28. "type": "library",
  29. "installation-source": "dist",
  30. "autoload": {
  31. "psr-4": {
  32. "Brick\\Math\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "description": "Arbitrary-precision arithmetic library",
  40. "keywords": [
  41. "Arbitrary-precision",
  42. "BigInteger",
  43. "BigRational",
  44. "arithmetic",
  45. "bigdecimal",
  46. "bignum",
  47. "brick",
  48. "math"
  49. ],
  50. "support": {
  51. "issues": "https://github.com/brick/math/issues",
  52. "source": "https://github.com/brick/math/tree/0.9.3"
  53. },
  54. "funding": [
  55. {
  56. "url": "https://github.com/BenMorel",
  57. "type": "github"
  58. },
  59. {
  60. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  61. "type": "tidelift"
  62. }
  63. ],
  64. "install-path": "../brick/math"
  65. },
  66. {
  67. "name": "guzzlehttp/guzzle",
  68. "version": "7.8.0",
  69. "version_normalized": "7.8.0.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/guzzle/guzzle.git",
  73. "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
  78. "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "ext-json": "*",
  83. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  84. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  85. "php": "^7.2.5 || ^8.0",
  86. "psr/http-client": "^1.0",
  87. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  88. },
  89. "provide": {
  90. "psr/http-client-implementation": "1.0"
  91. },
  92. "require-dev": {
  93. "bamarni/composer-bin-plugin": "^1.8.1",
  94. "ext-curl": "*",
  95. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  96. "php-http/message-factory": "^1.1",
  97. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  98. "psr/log": "^1.1 || ^2.0 || ^3.0"
  99. },
  100. "suggest": {
  101. "ext-curl": "Required for CURL handler support",
  102. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  103. "psr/log": "Required for using the Log middleware"
  104. },
  105. "time": "2023-08-27T10:20:53+00:00",
  106. "type": "library",
  107. "extra": {
  108. "bamarni-bin": {
  109. "bin-links": true,
  110. "forward-command": false
  111. }
  112. },
  113. "installation-source": "dist",
  114. "autoload": {
  115. "files": [
  116. "src/functions_include.php"
  117. ],
  118. "psr-4": {
  119. "GuzzleHttp\\": "src/"
  120. }
  121. },
  122. "notification-url": "https://packagist.org/downloads/",
  123. "license": [
  124. "MIT"
  125. ],
  126. "authors": [
  127. {
  128. "name": "Graham Campbell",
  129. "email": "hello@gjcampbell.co.uk",
  130. "homepage": "https://github.com/GrahamCampbell"
  131. },
  132. {
  133. "name": "Michael Dowling",
  134. "email": "mtdowling@gmail.com",
  135. "homepage": "https://github.com/mtdowling"
  136. },
  137. {
  138. "name": "Jeremy Lindblom",
  139. "email": "jeremeamia@gmail.com",
  140. "homepage": "https://github.com/jeremeamia"
  141. },
  142. {
  143. "name": "George Mponos",
  144. "email": "gmponos@gmail.com",
  145. "homepage": "https://github.com/gmponos"
  146. },
  147. {
  148. "name": "Tobias Nyholm",
  149. "email": "tobias.nyholm@gmail.com",
  150. "homepage": "https://github.com/Nyholm"
  151. },
  152. {
  153. "name": "Márk Sági-Kazár",
  154. "email": "mark.sagikazar@gmail.com",
  155. "homepage": "https://github.com/sagikazarmark"
  156. },
  157. {
  158. "name": "Tobias Schultze",
  159. "email": "webmaster@tubo-world.de",
  160. "homepage": "https://github.com/Tobion"
  161. }
  162. ],
  163. "description": "Guzzle is a PHP HTTP client library",
  164. "keywords": [
  165. "client",
  166. "curl",
  167. "framework",
  168. "http",
  169. "http client",
  170. "psr-18",
  171. "psr-7",
  172. "rest",
  173. "web service"
  174. ],
  175. "support": {
  176. "issues": "https://github.com/guzzle/guzzle/issues",
  177. "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
  178. },
  179. "funding": [
  180. {
  181. "url": "https://github.com/GrahamCampbell",
  182. "type": "github"
  183. },
  184. {
  185. "url": "https://github.com/Nyholm",
  186. "type": "github"
  187. },
  188. {
  189. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  190. "type": "tidelift"
  191. }
  192. ],
  193. "install-path": "../guzzlehttp/guzzle"
  194. },
  195. {
  196. "name": "guzzlehttp/promises",
  197. "version": "2.0.1",
  198. "version_normalized": "2.0.1.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/guzzle/promises.git",
  202. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
  207. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": "^7.2.5 || ^8.0"
  212. },
  213. "require-dev": {
  214. "bamarni/composer-bin-plugin": "^1.8.1",
  215. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  216. },
  217. "time": "2023-08-03T15:11:55+00:00",
  218. "type": "library",
  219. "extra": {
  220. "bamarni-bin": {
  221. "bin-links": true,
  222. "forward-command": false
  223. }
  224. },
  225. "installation-source": "dist",
  226. "autoload": {
  227. "psr-4": {
  228. "GuzzleHttp\\Promise\\": "src/"
  229. }
  230. },
  231. "notification-url": "https://packagist.org/downloads/",
  232. "license": [
  233. "MIT"
  234. ],
  235. "authors": [
  236. {
  237. "name": "Graham Campbell",
  238. "email": "hello@gjcampbell.co.uk",
  239. "homepage": "https://github.com/GrahamCampbell"
  240. },
  241. {
  242. "name": "Michael Dowling",
  243. "email": "mtdowling@gmail.com",
  244. "homepage": "https://github.com/mtdowling"
  245. },
  246. {
  247. "name": "Tobias Nyholm",
  248. "email": "tobias.nyholm@gmail.com",
  249. "homepage": "https://github.com/Nyholm"
  250. },
  251. {
  252. "name": "Tobias Schultze",
  253. "email": "webmaster@tubo-world.de",
  254. "homepage": "https://github.com/Tobion"
  255. }
  256. ],
  257. "description": "Guzzle promises library",
  258. "keywords": [
  259. "promise"
  260. ],
  261. "support": {
  262. "issues": "https://github.com/guzzle/promises/issues",
  263. "source": "https://github.com/guzzle/promises/tree/2.0.1"
  264. },
  265. "funding": [
  266. {
  267. "url": "https://github.com/GrahamCampbell",
  268. "type": "github"
  269. },
  270. {
  271. "url": "https://github.com/Nyholm",
  272. "type": "github"
  273. },
  274. {
  275. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  276. "type": "tidelift"
  277. }
  278. ],
  279. "install-path": "../guzzlehttp/promises"
  280. },
  281. {
  282. "name": "guzzlehttp/psr7",
  283. "version": "2.6.1",
  284. "version_normalized": "2.6.1.0",
  285. "source": {
  286. "type": "git",
  287. "url": "https://github.com/guzzle/psr7.git",
  288. "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
  289. },
  290. "dist": {
  291. "type": "zip",
  292. "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
  293. "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
  294. "shasum": ""
  295. },
  296. "require": {
  297. "php": "^7.2.5 || ^8.0",
  298. "psr/http-factory": "^1.0",
  299. "psr/http-message": "^1.1 || ^2.0",
  300. "ralouphie/getallheaders": "^3.0"
  301. },
  302. "provide": {
  303. "psr/http-factory-implementation": "1.0",
  304. "psr/http-message-implementation": "1.0"
  305. },
  306. "require-dev": {
  307. "bamarni/composer-bin-plugin": "^1.8.1",
  308. "http-interop/http-factory-tests": "^0.9",
  309. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  310. },
  311. "suggest": {
  312. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  313. },
  314. "time": "2023-08-27T10:13:57+00:00",
  315. "type": "library",
  316. "extra": {
  317. "bamarni-bin": {
  318. "bin-links": true,
  319. "forward-command": false
  320. }
  321. },
  322. "installation-source": "dist",
  323. "autoload": {
  324. "psr-4": {
  325. "GuzzleHttp\\Psr7\\": "src/"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Graham Campbell",
  335. "email": "hello@gjcampbell.co.uk",
  336. "homepage": "https://github.com/GrahamCampbell"
  337. },
  338. {
  339. "name": "Michael Dowling",
  340. "email": "mtdowling@gmail.com",
  341. "homepage": "https://github.com/mtdowling"
  342. },
  343. {
  344. "name": "George Mponos",
  345. "email": "gmponos@gmail.com",
  346. "homepage": "https://github.com/gmponos"
  347. },
  348. {
  349. "name": "Tobias Nyholm",
  350. "email": "tobias.nyholm@gmail.com",
  351. "homepage": "https://github.com/Nyholm"
  352. },
  353. {
  354. "name": "Márk Sági-Kazár",
  355. "email": "mark.sagikazar@gmail.com",
  356. "homepage": "https://github.com/sagikazarmark"
  357. },
  358. {
  359. "name": "Tobias Schultze",
  360. "email": "webmaster@tubo-world.de",
  361. "homepage": "https://github.com/Tobion"
  362. },
  363. {
  364. "name": "Márk Sági-Kazár",
  365. "email": "mark.sagikazar@gmail.com",
  366. "homepage": "https://sagikazarmark.hu"
  367. }
  368. ],
  369. "description": "PSR-7 message implementation that also provides common utility methods",
  370. "keywords": [
  371. "http",
  372. "message",
  373. "psr-7",
  374. "request",
  375. "response",
  376. "stream",
  377. "uri",
  378. "url"
  379. ],
  380. "support": {
  381. "issues": "https://github.com/guzzle/psr7/issues",
  382. "source": "https://github.com/guzzle/psr7/tree/2.6.1"
  383. },
  384. "funding": [
  385. {
  386. "url": "https://github.com/GrahamCampbell",
  387. "type": "github"
  388. },
  389. {
  390. "url": "https://github.com/Nyholm",
  391. "type": "github"
  392. },
  393. {
  394. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  395. "type": "tidelift"
  396. }
  397. ],
  398. "install-path": "../guzzlehttp/psr7"
  399. },
  400. {
  401. "name": "haozi-team/chatgpt-php",
  402. "version": "2.1.2",
  403. "version_normalized": "2.1.2.0",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/HaoZi-Team/ChatGPT-PHP.git",
  407. "reference": "b6ceff8ae51eab93a70dd8c84234f4c079456fed"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/HaoZi-Team/ChatGPT-PHP/zipball/b6ceff8ae51eab93a70dd8c84234f4c079456fed",
  412. "reference": "b6ceff8ae51eab93a70dd8c84234f4c079456fed",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "guzzlehttp/guzzle": "^7.2",
  417. "php": ">=7.4",
  418. "ramsey/uuid": "^4.2"
  419. },
  420. "require-dev": {
  421. "pestphp/pest": "^1.22"
  422. },
  423. "time": "2023-07-17T13:32:23+00:00",
  424. "type": "library",
  425. "installation-source": "dist",
  426. "autoload": {
  427. "psr-4": {
  428. "HaoZiTeam\\ChatGPT\\": "src/"
  429. }
  430. },
  431. "notification-url": "https://packagist.org/downloads/",
  432. "license": [
  433. "MIT"
  434. ],
  435. "authors": [
  436. {
  437. "name": "耗子",
  438. "email": "i@haozi.net"
  439. }
  440. ],
  441. "description": "Real ChatGPT PHP SDK (Not GPT-3)",
  442. "homepage": "https://github.com/HaoZi-Team/ChatGPT-PHP",
  443. "keywords": [
  444. "ChatGpt",
  445. "openai"
  446. ],
  447. "support": {
  448. "issues": "https://github.com/HaoZi-Team/ChatGPT-PHP/issues",
  449. "source": "https://github.com/HaoZi-Team/ChatGPT-PHP/tree/2.1.2"
  450. },
  451. "install-path": "../haozi-team/chatgpt-php"
  452. },
  453. {
  454. "name": "psr/http-client",
  455. "version": "1.0.2",
  456. "version_normalized": "1.0.2.0",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/php-fig/http-client.git",
  460. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  465. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  466. "shasum": ""
  467. },
  468. "require": {
  469. "php": "^7.0 || ^8.0",
  470. "psr/http-message": "^1.0 || ^2.0"
  471. },
  472. "time": "2023-04-10T20:12:12+00:00",
  473. "type": "library",
  474. "extra": {
  475. "branch-alias": {
  476. "dev-master": "1.0.x-dev"
  477. }
  478. },
  479. "installation-source": "dist",
  480. "autoload": {
  481. "psr-4": {
  482. "Psr\\Http\\Client\\": "src/"
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "PHP-FIG",
  492. "homepage": "https://www.php-fig.org/"
  493. }
  494. ],
  495. "description": "Common interface for HTTP clients",
  496. "homepage": "https://github.com/php-fig/http-client",
  497. "keywords": [
  498. "http",
  499. "http-client",
  500. "psr",
  501. "psr-18"
  502. ],
  503. "support": {
  504. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  505. },
  506. "install-path": "../psr/http-client"
  507. },
  508. {
  509. "name": "psr/http-factory",
  510. "version": "1.0.2",
  511. "version_normalized": "1.0.2.0",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/php-fig/http-factory.git",
  515. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  520. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  521. "shasum": ""
  522. },
  523. "require": {
  524. "php": ">=7.0.0",
  525. "psr/http-message": "^1.0 || ^2.0"
  526. },
  527. "time": "2023-04-10T20:10:41+00:00",
  528. "type": "library",
  529. "extra": {
  530. "branch-alias": {
  531. "dev-master": "1.0.x-dev"
  532. }
  533. },
  534. "installation-source": "dist",
  535. "autoload": {
  536. "psr-4": {
  537. "Psr\\Http\\Message\\": "src/"
  538. }
  539. },
  540. "notification-url": "https://packagist.org/downloads/",
  541. "license": [
  542. "MIT"
  543. ],
  544. "authors": [
  545. {
  546. "name": "PHP-FIG",
  547. "homepage": "https://www.php-fig.org/"
  548. }
  549. ],
  550. "description": "Common interfaces for PSR-7 HTTP message factories",
  551. "keywords": [
  552. "factory",
  553. "http",
  554. "message",
  555. "psr",
  556. "psr-17",
  557. "psr-7",
  558. "request",
  559. "response"
  560. ],
  561. "support": {
  562. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  563. },
  564. "install-path": "../psr/http-factory"
  565. },
  566. {
  567. "name": "psr/http-message",
  568. "version": "2.0",
  569. "version_normalized": "2.0.0.0",
  570. "source": {
  571. "type": "git",
  572. "url": "https://github.com/php-fig/http-message.git",
  573. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  574. },
  575. "dist": {
  576. "type": "zip",
  577. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  578. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  579. "shasum": ""
  580. },
  581. "require": {
  582. "php": "^7.2 || ^8.0"
  583. },
  584. "time": "2023-04-04T09:54:51+00:00",
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "2.0.x-dev"
  589. }
  590. },
  591. "installation-source": "dist",
  592. "autoload": {
  593. "psr-4": {
  594. "Psr\\Http\\Message\\": "src/"
  595. }
  596. },
  597. "notification-url": "https://packagist.org/downloads/",
  598. "license": [
  599. "MIT"
  600. ],
  601. "authors": [
  602. {
  603. "name": "PHP-FIG",
  604. "homepage": "https://www.php-fig.org/"
  605. }
  606. ],
  607. "description": "Common interface for HTTP messages",
  608. "homepage": "https://github.com/php-fig/http-message",
  609. "keywords": [
  610. "http",
  611. "http-message",
  612. "psr",
  613. "psr-7",
  614. "request",
  615. "response"
  616. ],
  617. "support": {
  618. "source": "https://github.com/php-fig/http-message/tree/2.0"
  619. },
  620. "install-path": "../psr/http-message"
  621. },
  622. {
  623. "name": "ralouphie/getallheaders",
  624. "version": "3.0.3",
  625. "version_normalized": "3.0.3.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/ralouphie/getallheaders.git",
  629. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  634. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "php": ">=5.6"
  639. },
  640. "require-dev": {
  641. "php-coveralls/php-coveralls": "^2.1",
  642. "phpunit/phpunit": "^5 || ^6.5"
  643. },
  644. "time": "2019-03-08T08:55:37+00:00",
  645. "type": "library",
  646. "installation-source": "dist",
  647. "autoload": {
  648. "files": [
  649. "src/getallheaders.php"
  650. ]
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Ralph Khattar",
  659. "email": "ralph.khattar@gmail.com"
  660. }
  661. ],
  662. "description": "A polyfill for getallheaders.",
  663. "support": {
  664. "issues": "https://github.com/ralouphie/getallheaders/issues",
  665. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  666. },
  667. "install-path": "../ralouphie/getallheaders"
  668. },
  669. {
  670. "name": "ramsey/collection",
  671. "version": "1.3.0",
  672. "version_normalized": "1.3.0.0",
  673. "source": {
  674. "type": "git",
  675. "url": "https://github.com/ramsey/collection.git",
  676. "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
  677. },
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
  681. "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
  682. "shasum": ""
  683. },
  684. "require": {
  685. "php": "^7.4 || ^8.0",
  686. "symfony/polyfill-php81": "^1.23"
  687. },
  688. "require-dev": {
  689. "captainhook/plugin-composer": "^5.3",
  690. "ergebnis/composer-normalize": "^2.28.3",
  691. "fakerphp/faker": "^1.21",
  692. "hamcrest/hamcrest-php": "^2.0",
  693. "jangregor/phpstan-prophecy": "^1.0",
  694. "mockery/mockery": "^1.5",
  695. "php-parallel-lint/php-console-highlighter": "^1.0",
  696. "php-parallel-lint/php-parallel-lint": "^1.3",
  697. "phpcsstandards/phpcsutils": "^1.0.0-rc1",
  698. "phpspec/prophecy-phpunit": "^2.0",
  699. "phpstan/extension-installer": "^1.2",
  700. "phpstan/phpstan": "^1.9",
  701. "phpstan/phpstan-mockery": "^1.1",
  702. "phpstan/phpstan-phpunit": "^1.3",
  703. "phpunit/phpunit": "^9.5",
  704. "psalm/plugin-mockery": "^1.1",
  705. "psalm/plugin-phpunit": "^0.18.4",
  706. "ramsey/coding-standard": "^2.0.3",
  707. "ramsey/conventional-commits": "^1.3",
  708. "vimeo/psalm": "^5.4"
  709. },
  710. "time": "2022-12-27T19:12:24+00:00",
  711. "type": "library",
  712. "extra": {
  713. "captainhook": {
  714. "force-install": true
  715. },
  716. "ramsey/conventional-commits": {
  717. "configFile": "conventional-commits.json"
  718. }
  719. },
  720. "installation-source": "dist",
  721. "autoload": {
  722. "psr-4": {
  723. "Ramsey\\Collection\\": "src/"
  724. }
  725. },
  726. "notification-url": "https://packagist.org/downloads/",
  727. "license": [
  728. "MIT"
  729. ],
  730. "authors": [
  731. {
  732. "name": "Ben Ramsey",
  733. "email": "ben@benramsey.com",
  734. "homepage": "https://benramsey.com"
  735. }
  736. ],
  737. "description": "A PHP library for representing and manipulating collections.",
  738. "keywords": [
  739. "array",
  740. "collection",
  741. "hash",
  742. "map",
  743. "queue",
  744. "set"
  745. ],
  746. "support": {
  747. "issues": "https://github.com/ramsey/collection/issues",
  748. "source": "https://github.com/ramsey/collection/tree/1.3.0"
  749. },
  750. "funding": [
  751. {
  752. "url": "https://github.com/ramsey",
  753. "type": "github"
  754. },
  755. {
  756. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  757. "type": "tidelift"
  758. }
  759. ],
  760. "install-path": "../ramsey/collection"
  761. },
  762. {
  763. "name": "ramsey/uuid",
  764. "version": "4.2.3",
  765. "version_normalized": "4.2.3.0",
  766. "source": {
  767. "type": "git",
  768. "url": "https://github.com/ramsey/uuid.git",
  769. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
  770. },
  771. "dist": {
  772. "type": "zip",
  773. "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  774. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  775. "shasum": ""
  776. },
  777. "require": {
  778. "brick/math": "^0.8 || ^0.9",
  779. "ext-json": "*",
  780. "php": "^7.2 || ^8.0",
  781. "ramsey/collection": "^1.0",
  782. "symfony/polyfill-ctype": "^1.8",
  783. "symfony/polyfill-php80": "^1.14"
  784. },
  785. "replace": {
  786. "rhumsaa/uuid": "self.version"
  787. },
  788. "require-dev": {
  789. "captainhook/captainhook": "^5.10",
  790. "captainhook/plugin-composer": "^5.3",
  791. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  792. "doctrine/annotations": "^1.8",
  793. "ergebnis/composer-normalize": "^2.15",
  794. "mockery/mockery": "^1.3",
  795. "moontoast/math": "^1.1",
  796. "paragonie/random-lib": "^2",
  797. "php-mock/php-mock": "^2.2",
  798. "php-mock/php-mock-mockery": "^1.3",
  799. "php-parallel-lint/php-parallel-lint": "^1.1",
  800. "phpbench/phpbench": "^1.0",
  801. "phpstan/extension-installer": "^1.0",
  802. "phpstan/phpstan": "^0.12",
  803. "phpstan/phpstan-mockery": "^0.12",
  804. "phpstan/phpstan-phpunit": "^0.12",
  805. "phpunit/phpunit": "^8.5 || ^9",
  806. "slevomat/coding-standard": "^7.0",
  807. "squizlabs/php_codesniffer": "^3.5",
  808. "vimeo/psalm": "^4.9"
  809. },
  810. "suggest": {
  811. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  812. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  813. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  814. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  815. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  816. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  817. },
  818. "time": "2021-09-25T23:10:38+00:00",
  819. "type": "library",
  820. "extra": {
  821. "branch-alias": {
  822. "dev-main": "4.x-dev"
  823. },
  824. "captainhook": {
  825. "force-install": true
  826. }
  827. },
  828. "installation-source": "dist",
  829. "autoload": {
  830. "files": [
  831. "src/functions.php"
  832. ],
  833. "psr-4": {
  834. "Ramsey\\Uuid\\": "src/"
  835. }
  836. },
  837. "notification-url": "https://packagist.org/downloads/",
  838. "license": [
  839. "MIT"
  840. ],
  841. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  842. "keywords": [
  843. "guid",
  844. "identifier",
  845. "uuid"
  846. ],
  847. "support": {
  848. "issues": "https://github.com/ramsey/uuid/issues",
  849. "source": "https://github.com/ramsey/uuid/tree/4.2.3"
  850. },
  851. "funding": [
  852. {
  853. "url": "https://github.com/ramsey",
  854. "type": "github"
  855. },
  856. {
  857. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  858. "type": "tidelift"
  859. }
  860. ],
  861. "install-path": "../ramsey/uuid"
  862. },
  863. {
  864. "name": "symfony/deprecation-contracts",
  865. "version": "v2.5.2",
  866. "version_normalized": "2.5.2.0",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/symfony/deprecation-contracts.git",
  870. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  875. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  876. "shasum": ""
  877. },
  878. "require": {
  879. "php": ">=7.1"
  880. },
  881. "time": "2022-01-02T09:53:40+00:00",
  882. "type": "library",
  883. "extra": {
  884. "branch-alias": {
  885. "dev-main": "2.5-dev"
  886. },
  887. "thanks": {
  888. "name": "symfony/contracts",
  889. "url": "https://github.com/symfony/contracts"
  890. }
  891. },
  892. "installation-source": "dist",
  893. "autoload": {
  894. "files": [
  895. "function.php"
  896. ]
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Nicolas Grekas",
  905. "email": "p@tchwork.com"
  906. },
  907. {
  908. "name": "Symfony Community",
  909. "homepage": "https://symfony.com/contributors"
  910. }
  911. ],
  912. "description": "A generic function and convention to trigger deprecation notices",
  913. "homepage": "https://symfony.com",
  914. "support": {
  915. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  916. },
  917. "funding": [
  918. {
  919. "url": "https://symfony.com/sponsor",
  920. "type": "custom"
  921. },
  922. {
  923. "url": "https://github.com/fabpot",
  924. "type": "github"
  925. },
  926. {
  927. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  928. "type": "tidelift"
  929. }
  930. ],
  931. "install-path": "../symfony/deprecation-contracts"
  932. },
  933. {
  934. "name": "symfony/polyfill-ctype",
  935. "version": "v1.28.0",
  936. "version_normalized": "1.28.0.0",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/symfony/polyfill-ctype.git",
  940. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  945. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  946. "shasum": ""
  947. },
  948. "require": {
  949. "php": ">=7.1"
  950. },
  951. "provide": {
  952. "ext-ctype": "*"
  953. },
  954. "suggest": {
  955. "ext-ctype": "For best performance"
  956. },
  957. "time": "2023-01-26T09:26:14+00:00",
  958. "type": "library",
  959. "extra": {
  960. "branch-alias": {
  961. "dev-main": "1.28-dev"
  962. },
  963. "thanks": {
  964. "name": "symfony/polyfill",
  965. "url": "https://github.com/symfony/polyfill"
  966. }
  967. },
  968. "installation-source": "dist",
  969. "autoload": {
  970. "files": [
  971. "bootstrap.php"
  972. ],
  973. "psr-4": {
  974. "Symfony\\Polyfill\\Ctype\\": ""
  975. }
  976. },
  977. "notification-url": "https://packagist.org/downloads/",
  978. "license": [
  979. "MIT"
  980. ],
  981. "authors": [
  982. {
  983. "name": "Gert de Pagter",
  984. "email": "BackEndTea@gmail.com"
  985. },
  986. {
  987. "name": "Symfony Community",
  988. "homepage": "https://symfony.com/contributors"
  989. }
  990. ],
  991. "description": "Symfony polyfill for ctype functions",
  992. "homepage": "https://symfony.com",
  993. "keywords": [
  994. "compatibility",
  995. "ctype",
  996. "polyfill",
  997. "portable"
  998. ],
  999. "support": {
  1000. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
  1001. },
  1002. "funding": [
  1003. {
  1004. "url": "https://symfony.com/sponsor",
  1005. "type": "custom"
  1006. },
  1007. {
  1008. "url": "https://github.com/fabpot",
  1009. "type": "github"
  1010. },
  1011. {
  1012. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1013. "type": "tidelift"
  1014. }
  1015. ],
  1016. "install-path": "../symfony/polyfill-ctype"
  1017. },
  1018. {
  1019. "name": "symfony/polyfill-php80",
  1020. "version": "v1.28.0",
  1021. "version_normalized": "1.28.0.0",
  1022. "source": {
  1023. "type": "git",
  1024. "url": "https://github.com/symfony/polyfill-php80.git",
  1025. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
  1026. },
  1027. "dist": {
  1028. "type": "zip",
  1029. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1030. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1031. "shasum": ""
  1032. },
  1033. "require": {
  1034. "php": ">=7.1"
  1035. },
  1036. "time": "2023-01-26T09:26:14+00:00",
  1037. "type": "library",
  1038. "extra": {
  1039. "branch-alias": {
  1040. "dev-main": "1.28-dev"
  1041. },
  1042. "thanks": {
  1043. "name": "symfony/polyfill",
  1044. "url": "https://github.com/symfony/polyfill"
  1045. }
  1046. },
  1047. "installation-source": "dist",
  1048. "autoload": {
  1049. "files": [
  1050. "bootstrap.php"
  1051. ],
  1052. "psr-4": {
  1053. "Symfony\\Polyfill\\Php80\\": ""
  1054. },
  1055. "classmap": [
  1056. "Resources/stubs"
  1057. ]
  1058. },
  1059. "notification-url": "https://packagist.org/downloads/",
  1060. "license": [
  1061. "MIT"
  1062. ],
  1063. "authors": [
  1064. {
  1065. "name": "Ion Bazan",
  1066. "email": "ion.bazan@gmail.com"
  1067. },
  1068. {
  1069. "name": "Nicolas Grekas",
  1070. "email": "p@tchwork.com"
  1071. },
  1072. {
  1073. "name": "Symfony Community",
  1074. "homepage": "https://symfony.com/contributors"
  1075. }
  1076. ],
  1077. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1078. "homepage": "https://symfony.com",
  1079. "keywords": [
  1080. "compatibility",
  1081. "polyfill",
  1082. "portable",
  1083. "shim"
  1084. ],
  1085. "support": {
  1086. "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
  1087. },
  1088. "funding": [
  1089. {
  1090. "url": "https://symfony.com/sponsor",
  1091. "type": "custom"
  1092. },
  1093. {
  1094. "url": "https://github.com/fabpot",
  1095. "type": "github"
  1096. },
  1097. {
  1098. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1099. "type": "tidelift"
  1100. }
  1101. ],
  1102. "install-path": "../symfony/polyfill-php80"
  1103. },
  1104. {
  1105. "name": "symfony/polyfill-php81",
  1106. "version": "v1.28.0",
  1107. "version_normalized": "1.28.0.0",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/symfony/polyfill-php81.git",
  1111. "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
  1116. "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
  1117. "shasum": ""
  1118. },
  1119. "require": {
  1120. "php": ">=7.1"
  1121. },
  1122. "time": "2023-01-26T09:26:14+00:00",
  1123. "type": "library",
  1124. "extra": {
  1125. "branch-alias": {
  1126. "dev-main": "1.28-dev"
  1127. },
  1128. "thanks": {
  1129. "name": "symfony/polyfill",
  1130. "url": "https://github.com/symfony/polyfill"
  1131. }
  1132. },
  1133. "installation-source": "dist",
  1134. "autoload": {
  1135. "files": [
  1136. "bootstrap.php"
  1137. ],
  1138. "psr-4": {
  1139. "Symfony\\Polyfill\\Php81\\": ""
  1140. },
  1141. "classmap": [
  1142. "Resources/stubs"
  1143. ]
  1144. },
  1145. "notification-url": "https://packagist.org/downloads/",
  1146. "license": [
  1147. "MIT"
  1148. ],
  1149. "authors": [
  1150. {
  1151. "name": "Nicolas Grekas",
  1152. "email": "p@tchwork.com"
  1153. },
  1154. {
  1155. "name": "Symfony Community",
  1156. "homepage": "https://symfony.com/contributors"
  1157. }
  1158. ],
  1159. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  1160. "homepage": "https://symfony.com",
  1161. "keywords": [
  1162. "compatibility",
  1163. "polyfill",
  1164. "portable",
  1165. "shim"
  1166. ],
  1167. "support": {
  1168. "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
  1169. },
  1170. "funding": [
  1171. {
  1172. "url": "https://symfony.com/sponsor",
  1173. "type": "custom"
  1174. },
  1175. {
  1176. "url": "https://github.com/fabpot",
  1177. "type": "github"
  1178. },
  1179. {
  1180. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1181. "type": "tidelift"
  1182. }
  1183. ],
  1184. "install-path": "../symfony/polyfill-php81"
  1185. }
  1186. ],
  1187. "dev": true,
  1188. "dev-package-names": []
  1189. }