composer.lock 41 KB

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