1
0

installed.json 42 KB

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