composer.lock 41 KB

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