composer.lock 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  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": "2b67052b0f31b7059a262343c2640316",
  8. "packages": [
  9. {
  10. "name": "ezyang/htmlpurifier",
  11. "version": "v4.16.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ezyang/htmlpurifier.git",
  15. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  20. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
  25. },
  26. "require-dev": {
  27. "cerdic/css-tidy": "^1.7 || ^2.0",
  28. "simpletest/simpletest": "dev-master"
  29. },
  30. "suggest": {
  31. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  32. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  33. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  34. "ext-tidy": "Used for pretty-printing HTML"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "files": [
  39. "library/HTMLPurifier.composer.php"
  40. ],
  41. "psr-0": {
  42. "HTMLPurifier": "library/"
  43. },
  44. "exclude-from-classmap": [
  45. "/library/HTMLPurifier/Language/"
  46. ]
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "LGPL-2.1-or-later"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Edward Z. Yang",
  55. "email": "admin@htmlpurifier.org",
  56. "homepage": "http://ezyang.com"
  57. }
  58. ],
  59. "description": "Standards compliant HTML filter written in PHP",
  60. "homepage": "http://htmlpurifier.org/",
  61. "keywords": [
  62. "html"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  66. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
  67. },
  68. "time": "2022-09-18T07:06:19+00:00"
  69. },
  70. {
  71. "name": "graham-campbell/result-type",
  72. "version": "v1.1.0",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  76. "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
  81. "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": "^7.2.5 || ^8.0",
  86. "phpoption/phpoption": "^1.9"
  87. },
  88. "require-dev": {
  89. "phpunit/phpunit": "^8.5.28 || ^9.5.21"
  90. },
  91. "type": "library",
  92. "autoload": {
  93. "psr-4": {
  94. "GrahamCampbell\\ResultType\\": "src/"
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Graham Campbell",
  104. "email": "hello@gjcampbell.co.uk",
  105. "homepage": "https://github.com/GrahamCampbell"
  106. }
  107. ],
  108. "description": "An Implementation Of The Result Type",
  109. "keywords": [
  110. "Graham Campbell",
  111. "GrahamCampbell",
  112. "Result Type",
  113. "Result-Type",
  114. "result"
  115. ],
  116. "support": {
  117. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  118. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
  119. },
  120. "funding": [
  121. {
  122. "url": "https://github.com/GrahamCampbell",
  123. "type": "github"
  124. },
  125. {
  126. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  127. "type": "tidelift"
  128. }
  129. ],
  130. "time": "2022-07-30T15:56:11+00:00"
  131. },
  132. {
  133. "name": "justinrainbow/json-schema",
  134. "version": "5.2.12",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/justinrainbow/json-schema.git",
  138. "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
  143. "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": ">=5.3.3"
  148. },
  149. "require-dev": {
  150. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  151. "json-schema/json-schema-test-suite": "1.2.0",
  152. "phpunit/phpunit": "^4.8.35"
  153. },
  154. "bin": [
  155. "bin/validate-json"
  156. ],
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "5.0.x-dev"
  161. }
  162. },
  163. "autoload": {
  164. "psr-4": {
  165. "JsonSchema\\": "src/JsonSchema/"
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Bruno Prieto Reis",
  175. "email": "bruno.p.reis@gmail.com"
  176. },
  177. {
  178. "name": "Justin Rainbow",
  179. "email": "justin.rainbow@gmail.com"
  180. },
  181. {
  182. "name": "Igor Wiedler",
  183. "email": "igor@wiedler.ch"
  184. },
  185. {
  186. "name": "Robert Schönthal",
  187. "email": "seroscho@googlemail.com"
  188. }
  189. ],
  190. "description": "A library to validate a json schema.",
  191. "homepage": "https://github.com/justinrainbow/json-schema",
  192. "keywords": [
  193. "json",
  194. "schema"
  195. ],
  196. "support": {
  197. "issues": "https://github.com/justinrainbow/json-schema/issues",
  198. "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
  199. },
  200. "time": "2022-04-13T08:02:27+00:00"
  201. },
  202. {
  203. "name": "maennchen/zipstream-php",
  204. "version": "2.2.1",
  205. "source": {
  206. "type": "git",
  207. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  208. "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729"
  209. },
  210. "dist": {
  211. "type": "zip",
  212. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/211e9ba1530ea5260b45d90c9ea252f56ec52729",
  213. "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729",
  214. "shasum": ""
  215. },
  216. "require": {
  217. "myclabs/php-enum": "^1.5",
  218. "php": "^7.4 || ^8.0",
  219. "psr/http-message": "^1.0",
  220. "symfony/polyfill-mbstring": "^1.0"
  221. },
  222. "require-dev": {
  223. "ext-zip": "*",
  224. "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
  225. "mikey179/vfsstream": "^1.6",
  226. "php-coveralls/php-coveralls": "^2.4",
  227. "phpunit/phpunit": "^8.5.8 || ^9.4.2",
  228. "vimeo/psalm": "^4.1"
  229. },
  230. "type": "library",
  231. "autoload": {
  232. "psr-4": {
  233. "ZipStream\\": "src/"
  234. }
  235. },
  236. "notification-url": "https://packagist.org/downloads/",
  237. "license": [
  238. "MIT"
  239. ],
  240. "authors": [
  241. {
  242. "name": "Paul Duncan",
  243. "email": "pabs@pablotron.org"
  244. },
  245. {
  246. "name": "Jonatan Männchen",
  247. "email": "jonatan@maennchen.ch"
  248. },
  249. {
  250. "name": "Jesse Donat",
  251. "email": "donatj@gmail.com"
  252. },
  253. {
  254. "name": "András Kolesár",
  255. "email": "kolesar@kolesar.hu"
  256. }
  257. ],
  258. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  259. "keywords": [
  260. "stream",
  261. "zip"
  262. ],
  263. "support": {
  264. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  265. "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1"
  266. },
  267. "funding": [
  268. {
  269. "url": "https://opencollective.com/zipstream",
  270. "type": "open_collective"
  271. }
  272. ],
  273. "time": "2022-05-18T15:52:06+00:00"
  274. },
  275. {
  276. "name": "markbaker/complex",
  277. "version": "3.0.1",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/MarkBaker/PHPComplex.git",
  281. "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
  286. "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": "^7.2 || ^8.0"
  291. },
  292. "require-dev": {
  293. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  294. "phpcompatibility/php-compatibility": "^9.0",
  295. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  296. "squizlabs/php_codesniffer": "^3.4"
  297. },
  298. "type": "library",
  299. "autoload": {
  300. "psr-4": {
  301. "Complex\\": "classes/src/"
  302. }
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "MIT"
  307. ],
  308. "authors": [
  309. {
  310. "name": "Mark Baker",
  311. "email": "mark@lange.demon.co.uk"
  312. }
  313. ],
  314. "description": "PHP Class for working with complex numbers",
  315. "homepage": "https://github.com/MarkBaker/PHPComplex",
  316. "keywords": [
  317. "complex",
  318. "mathematics"
  319. ],
  320. "support": {
  321. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  322. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
  323. },
  324. "time": "2021-06-29T15:32:53+00:00"
  325. },
  326. {
  327. "name": "markbaker/matrix",
  328. "version": "3.0.0",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  332. "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
  337. "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "php": "^7.1 || ^8.0"
  342. },
  343. "require-dev": {
  344. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  345. "phpcompatibility/php-compatibility": "^9.0",
  346. "phpdocumentor/phpdocumentor": "2.*",
  347. "phploc/phploc": "^4.0",
  348. "phpmd/phpmd": "2.*",
  349. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  350. "sebastian/phpcpd": "^4.0",
  351. "squizlabs/php_codesniffer": "^3.4"
  352. },
  353. "type": "library",
  354. "autoload": {
  355. "psr-4": {
  356. "Matrix\\": "classes/src/"
  357. }
  358. },
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "MIT"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Mark Baker",
  366. "email": "mark@demon-angel.eu"
  367. }
  368. ],
  369. "description": "PHP Class for working with matrices",
  370. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  371. "keywords": [
  372. "mathematics",
  373. "matrix",
  374. "vector"
  375. ],
  376. "support": {
  377. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  378. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
  379. },
  380. "time": "2021-07-01T19:01:15+00:00"
  381. },
  382. {
  383. "name": "myclabs/php-enum",
  384. "version": "1.8.4",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/myclabs/php-enum.git",
  388. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
  393. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "ext-json": "*",
  398. "php": "^7.3 || ^8.0"
  399. },
  400. "require-dev": {
  401. "phpunit/phpunit": "^9.5",
  402. "squizlabs/php_codesniffer": "1.*",
  403. "vimeo/psalm": "^4.6.2"
  404. },
  405. "type": "library",
  406. "autoload": {
  407. "psr-4": {
  408. "MyCLabs\\Enum\\": "src/"
  409. },
  410. "classmap": [
  411. "stubs/Stringable.php"
  412. ]
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "PHP Enum contributors",
  421. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  422. }
  423. ],
  424. "description": "PHP Enum implementation",
  425. "homepage": "http://github.com/myclabs/php-enum",
  426. "keywords": [
  427. "enum"
  428. ],
  429. "support": {
  430. "issues": "https://github.com/myclabs/php-enum/issues",
  431. "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
  432. },
  433. "funding": [
  434. {
  435. "url": "https://github.com/mnapoli",
  436. "type": "github"
  437. },
  438. {
  439. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  440. "type": "tidelift"
  441. }
  442. ],
  443. "time": "2022-08-04T09:53:51+00:00"
  444. },
  445. {
  446. "name": "phpoffice/phpspreadsheet",
  447. "version": "1.25.2",
  448. "source": {
  449. "type": "git",
  450. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  451. "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
  452. },
  453. "dist": {
  454. "type": "zip",
  455. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
  456. "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
  457. "shasum": ""
  458. },
  459. "require": {
  460. "ext-ctype": "*",
  461. "ext-dom": "*",
  462. "ext-fileinfo": "*",
  463. "ext-gd": "*",
  464. "ext-iconv": "*",
  465. "ext-libxml": "*",
  466. "ext-mbstring": "*",
  467. "ext-simplexml": "*",
  468. "ext-xml": "*",
  469. "ext-xmlreader": "*",
  470. "ext-xmlwriter": "*",
  471. "ext-zip": "*",
  472. "ext-zlib": "*",
  473. "ezyang/htmlpurifier": "^4.15",
  474. "maennchen/zipstream-php": "^2.1",
  475. "markbaker/complex": "^3.0",
  476. "markbaker/matrix": "^3.0",
  477. "php": "^7.3 || ^8.0",
  478. "psr/http-client": "^1.0",
  479. "psr/http-factory": "^1.0",
  480. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  481. },
  482. "require-dev": {
  483. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  484. "dompdf/dompdf": "^1.0 || ^2.0",
  485. "friendsofphp/php-cs-fixer": "^3.2",
  486. "mitoteam/jpgraph": "10.2.4",
  487. "mpdf/mpdf": "8.1.1",
  488. "phpcompatibility/php-compatibility": "^9.3",
  489. "phpstan/phpstan": "^1.1",
  490. "phpstan/phpstan-phpunit": "^1.0",
  491. "phpunit/phpunit": "^8.5 || ^9.0",
  492. "squizlabs/php_codesniffer": "^3.7",
  493. "tecnickcom/tcpdf": "6.5"
  494. },
  495. "suggest": {
  496. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  497. "ext-intl": "PHP Internationalization Functions",
  498. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  499. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  500. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  501. },
  502. "type": "library",
  503. "autoload": {
  504. "psr-4": {
  505. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  506. }
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "MIT"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Maarten Balliauw",
  515. "homepage": "https://blog.maartenballiauw.be"
  516. },
  517. {
  518. "name": "Mark Baker",
  519. "homepage": "https://markbakeruk.net"
  520. },
  521. {
  522. "name": "Franck Lefevre",
  523. "homepage": "https://rootslabs.net"
  524. },
  525. {
  526. "name": "Erik Tilt"
  527. },
  528. {
  529. "name": "Adrien Crivelli"
  530. }
  531. ],
  532. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  533. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  534. "keywords": [
  535. "OpenXML",
  536. "excel",
  537. "gnumeric",
  538. "ods",
  539. "php",
  540. "spreadsheet",
  541. "xls",
  542. "xlsx"
  543. ],
  544. "support": {
  545. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  546. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
  547. },
  548. "time": "2022-09-25T17:21:01+00:00"
  549. },
  550. {
  551. "name": "phpoption/phpoption",
  552. "version": "1.9.0",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/schmittjoh/php-option.git",
  556. "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
  561. "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "php": "^7.2.5 || ^8.0"
  566. },
  567. "require-dev": {
  568. "bamarni/composer-bin-plugin": "^1.8",
  569. "phpunit/phpunit": "^8.5.28 || ^9.5.21"
  570. },
  571. "type": "library",
  572. "extra": {
  573. "bamarni-bin": {
  574. "bin-links": true,
  575. "forward-command": true
  576. },
  577. "branch-alias": {
  578. "dev-master": "1.9-dev"
  579. }
  580. },
  581. "autoload": {
  582. "psr-4": {
  583. "PhpOption\\": "src/PhpOption/"
  584. }
  585. },
  586. "notification-url": "https://packagist.org/downloads/",
  587. "license": [
  588. "Apache-2.0"
  589. ],
  590. "authors": [
  591. {
  592. "name": "Johannes M. Schmitt",
  593. "email": "schmittjoh@gmail.com",
  594. "homepage": "https://github.com/schmittjoh"
  595. },
  596. {
  597. "name": "Graham Campbell",
  598. "email": "hello@gjcampbell.co.uk",
  599. "homepage": "https://github.com/GrahamCampbell"
  600. }
  601. ],
  602. "description": "Option Type for PHP",
  603. "keywords": [
  604. "language",
  605. "option",
  606. "php",
  607. "type"
  608. ],
  609. "support": {
  610. "issues": "https://github.com/schmittjoh/php-option/issues",
  611. "source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
  612. },
  613. "funding": [
  614. {
  615. "url": "https://github.com/GrahamCampbell",
  616. "type": "github"
  617. },
  618. {
  619. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  620. "type": "tidelift"
  621. }
  622. ],
  623. "time": "2022-07-30T15:51:26+00:00"
  624. },
  625. {
  626. "name": "psr/http-client",
  627. "version": "1.0.1",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/php-fig/http-client.git",
  631. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  636. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": "^7.0 || ^8.0",
  641. "psr/http-message": "^1.0"
  642. },
  643. "type": "library",
  644. "extra": {
  645. "branch-alias": {
  646. "dev-master": "1.0.x-dev"
  647. }
  648. },
  649. "autoload": {
  650. "psr-4": {
  651. "Psr\\Http\\Client\\": "src/"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "PHP-FIG",
  661. "homepage": "http://www.php-fig.org/"
  662. }
  663. ],
  664. "description": "Common interface for HTTP clients",
  665. "homepage": "https://github.com/php-fig/http-client",
  666. "keywords": [
  667. "http",
  668. "http-client",
  669. "psr",
  670. "psr-18"
  671. ],
  672. "support": {
  673. "source": "https://github.com/php-fig/http-client/tree/master"
  674. },
  675. "time": "2020-06-29T06:28:15+00:00"
  676. },
  677. {
  678. "name": "psr/http-factory",
  679. "version": "1.0.1",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/php-fig/http-factory.git",
  683. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  688. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  689. "shasum": ""
  690. },
  691. "require": {
  692. "php": ">=7.0.0",
  693. "psr/http-message": "^1.0"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "1.0.x-dev"
  699. }
  700. },
  701. "autoload": {
  702. "psr-4": {
  703. "Psr\\Http\\Message\\": "src/"
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "PHP-FIG",
  713. "homepage": "http://www.php-fig.org/"
  714. }
  715. ],
  716. "description": "Common interfaces for PSR-7 HTTP message factories",
  717. "keywords": [
  718. "factory",
  719. "http",
  720. "message",
  721. "psr",
  722. "psr-17",
  723. "psr-7",
  724. "request",
  725. "response"
  726. ],
  727. "support": {
  728. "source": "https://github.com/php-fig/http-factory/tree/master"
  729. },
  730. "time": "2019-04-30T12:38:16+00:00"
  731. },
  732. {
  733. "name": "psr/http-message",
  734. "version": "1.0.1",
  735. "source": {
  736. "type": "git",
  737. "url": "https://github.com/php-fig/http-message.git",
  738. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  739. },
  740. "dist": {
  741. "type": "zip",
  742. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  743. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  744. "shasum": ""
  745. },
  746. "require": {
  747. "php": ">=5.3.0"
  748. },
  749. "type": "library",
  750. "extra": {
  751. "branch-alias": {
  752. "dev-master": "1.0.x-dev"
  753. }
  754. },
  755. "autoload": {
  756. "psr-4": {
  757. "Psr\\Http\\Message\\": "src/"
  758. }
  759. },
  760. "notification-url": "https://packagist.org/downloads/",
  761. "license": [
  762. "MIT"
  763. ],
  764. "authors": [
  765. {
  766. "name": "PHP-FIG",
  767. "homepage": "http://www.php-fig.org/"
  768. }
  769. ],
  770. "description": "Common interface for HTTP messages",
  771. "homepage": "https://github.com/php-fig/http-message",
  772. "keywords": [
  773. "http",
  774. "http-message",
  775. "psr",
  776. "psr-7",
  777. "request",
  778. "response"
  779. ],
  780. "support": {
  781. "source": "https://github.com/php-fig/http-message/tree/master"
  782. },
  783. "time": "2016-08-06T14:39:51+00:00"
  784. },
  785. {
  786. "name": "psr/simple-cache",
  787. "version": "3.0.0",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/php-fig/simple-cache.git",
  791. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  796. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "php": ">=8.0.0"
  801. },
  802. "type": "library",
  803. "extra": {
  804. "branch-alias": {
  805. "dev-master": "3.0.x-dev"
  806. }
  807. },
  808. "autoload": {
  809. "psr-4": {
  810. "Psr\\SimpleCache\\": "src/"
  811. }
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "MIT"
  816. ],
  817. "authors": [
  818. {
  819. "name": "PHP-FIG",
  820. "homepage": "https://www.php-fig.org/"
  821. }
  822. ],
  823. "description": "Common interfaces for simple caching",
  824. "keywords": [
  825. "cache",
  826. "caching",
  827. "psr",
  828. "psr-16",
  829. "simple-cache"
  830. ],
  831. "support": {
  832. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  833. },
  834. "time": "2021-10-29T13:26:27+00:00"
  835. },
  836. {
  837. "name": "seinopsys/postgresql-database-class",
  838. "version": "v3.1.1",
  839. "source": {
  840. "type": "git",
  841. "url": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class.git",
  842. "reference": "47a648fdb67c2fc27e8ff35091c8e36cd95596e9"
  843. },
  844. "dist": {
  845. "type": "zip",
  846. "url": "https://api.github.com/repos/SeinopSys/PHP-PostgreSQL-Database-Class/zipball/47a648fdb67c2fc27e8ff35091c8e36cd95596e9",
  847. "reference": "47a648fdb67c2fc27e8ff35091c8e36cd95596e9",
  848. "shasum": ""
  849. },
  850. "require": {
  851. "ext-pdo": "*",
  852. "ext-pdo_pgsql": "*",
  853. "php": ">=5.4"
  854. },
  855. "require-dev": {
  856. "squizlabs/php_codesniffer": "3.*"
  857. },
  858. "type": "library",
  859. "autoload": {
  860. "psr-4": {
  861. "SeinopSys\\": "src/"
  862. }
  863. },
  864. "notification-url": "https://packagist.org/downloads/",
  865. "license": [
  866. "GPL-3.0-or-later"
  867. ],
  868. "authors": [
  869. {
  870. "name": "SeinopSys",
  871. "email": "seinopsys@gmail.com",
  872. "homepage": "https://github.com/SeinopSys",
  873. "role": "Developer"
  874. }
  875. ],
  876. "description": "PHP wrapper class for PDO-based interaction with PostgreSQL databases, heavily based on ThingEngineer's MysqliDb class",
  877. "support": {
  878. "issues": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class/issues",
  879. "source": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class/tree/master"
  880. },
  881. "time": "2019-05-26T17:41:40+00:00"
  882. },
  883. {
  884. "name": "symfony/polyfill-ctype",
  885. "version": "v1.27.0",
  886. "source": {
  887. "type": "git",
  888. "url": "https://github.com/symfony/polyfill-ctype.git",
  889. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
  890. },
  891. "dist": {
  892. "type": "zip",
  893. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
  894. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
  895. "shasum": ""
  896. },
  897. "require": {
  898. "php": ">=7.1"
  899. },
  900. "provide": {
  901. "ext-ctype": "*"
  902. },
  903. "suggest": {
  904. "ext-ctype": "For best performance"
  905. },
  906. "type": "library",
  907. "extra": {
  908. "branch-alias": {
  909. "dev-main": "1.27-dev"
  910. },
  911. "thanks": {
  912. "name": "symfony/polyfill",
  913. "url": "https://github.com/symfony/polyfill"
  914. }
  915. },
  916. "autoload": {
  917. "files": [
  918. "bootstrap.php"
  919. ],
  920. "psr-4": {
  921. "Symfony\\Polyfill\\Ctype\\": ""
  922. }
  923. },
  924. "notification-url": "https://packagist.org/downloads/",
  925. "license": [
  926. "MIT"
  927. ],
  928. "authors": [
  929. {
  930. "name": "Gert de Pagter",
  931. "email": "BackEndTea@gmail.com"
  932. },
  933. {
  934. "name": "Symfony Community",
  935. "homepage": "https://symfony.com/contributors"
  936. }
  937. ],
  938. "description": "Symfony polyfill for ctype functions",
  939. "homepage": "https://symfony.com",
  940. "keywords": [
  941. "compatibility",
  942. "ctype",
  943. "polyfill",
  944. "portable"
  945. ],
  946. "support": {
  947. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
  948. },
  949. "funding": [
  950. {
  951. "url": "https://symfony.com/sponsor",
  952. "type": "custom"
  953. },
  954. {
  955. "url": "https://github.com/fabpot",
  956. "type": "github"
  957. },
  958. {
  959. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  960. "type": "tidelift"
  961. }
  962. ],
  963. "time": "2022-11-03T14:55:06+00:00"
  964. },
  965. {
  966. "name": "symfony/polyfill-mbstring",
  967. "version": "v1.27.0",
  968. "source": {
  969. "type": "git",
  970. "url": "https://github.com/symfony/polyfill-mbstring.git",
  971. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  972. },
  973. "dist": {
  974. "type": "zip",
  975. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  976. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  977. "shasum": ""
  978. },
  979. "require": {
  980. "php": ">=7.1"
  981. },
  982. "provide": {
  983. "ext-mbstring": "*"
  984. },
  985. "suggest": {
  986. "ext-mbstring": "For best performance"
  987. },
  988. "type": "library",
  989. "extra": {
  990. "branch-alias": {
  991. "dev-main": "1.27-dev"
  992. },
  993. "thanks": {
  994. "name": "symfony/polyfill",
  995. "url": "https://github.com/symfony/polyfill"
  996. }
  997. },
  998. "autoload": {
  999. "files": [
  1000. "bootstrap.php"
  1001. ],
  1002. "psr-4": {
  1003. "Symfony\\Polyfill\\Mbstring\\": ""
  1004. }
  1005. },
  1006. "notification-url": "https://packagist.org/downloads/",
  1007. "license": [
  1008. "MIT"
  1009. ],
  1010. "authors": [
  1011. {
  1012. "name": "Nicolas Grekas",
  1013. "email": "p@tchwork.com"
  1014. },
  1015. {
  1016. "name": "Symfony Community",
  1017. "homepage": "https://symfony.com/contributors"
  1018. }
  1019. ],
  1020. "description": "Symfony polyfill for the Mbstring extension",
  1021. "homepage": "https://symfony.com",
  1022. "keywords": [
  1023. "compatibility",
  1024. "mbstring",
  1025. "polyfill",
  1026. "portable",
  1027. "shim"
  1028. ],
  1029. "support": {
  1030. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  1031. },
  1032. "funding": [
  1033. {
  1034. "url": "https://symfony.com/sponsor",
  1035. "type": "custom"
  1036. },
  1037. {
  1038. "url": "https://github.com/fabpot",
  1039. "type": "github"
  1040. },
  1041. {
  1042. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1043. "type": "tidelift"
  1044. }
  1045. ],
  1046. "time": "2022-11-03T14:55:06+00:00"
  1047. },
  1048. {
  1049. "name": "symfony/polyfill-php80",
  1050. "version": "v1.27.0",
  1051. "source": {
  1052. "type": "git",
  1053. "url": "https://github.com/symfony/polyfill-php80.git",
  1054. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  1055. },
  1056. "dist": {
  1057. "type": "zip",
  1058. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1059. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1060. "shasum": ""
  1061. },
  1062. "require": {
  1063. "php": ">=7.1"
  1064. },
  1065. "type": "library",
  1066. "extra": {
  1067. "branch-alias": {
  1068. "dev-main": "1.27-dev"
  1069. },
  1070. "thanks": {
  1071. "name": "symfony/polyfill",
  1072. "url": "https://github.com/symfony/polyfill"
  1073. }
  1074. },
  1075. "autoload": {
  1076. "files": [
  1077. "bootstrap.php"
  1078. ],
  1079. "psr-4": {
  1080. "Symfony\\Polyfill\\Php80\\": ""
  1081. },
  1082. "classmap": [
  1083. "Resources/stubs"
  1084. ]
  1085. },
  1086. "notification-url": "https://packagist.org/downloads/",
  1087. "license": [
  1088. "MIT"
  1089. ],
  1090. "authors": [
  1091. {
  1092. "name": "Ion Bazan",
  1093. "email": "ion.bazan@gmail.com"
  1094. },
  1095. {
  1096. "name": "Nicolas Grekas",
  1097. "email": "p@tchwork.com"
  1098. },
  1099. {
  1100. "name": "Symfony Community",
  1101. "homepage": "https://symfony.com/contributors"
  1102. }
  1103. ],
  1104. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1105. "homepage": "https://symfony.com",
  1106. "keywords": [
  1107. "compatibility",
  1108. "polyfill",
  1109. "portable",
  1110. "shim"
  1111. ],
  1112. "support": {
  1113. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  1114. },
  1115. "funding": [
  1116. {
  1117. "url": "https://symfony.com/sponsor",
  1118. "type": "custom"
  1119. },
  1120. {
  1121. "url": "https://github.com/fabpot",
  1122. "type": "github"
  1123. },
  1124. {
  1125. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1126. "type": "tidelift"
  1127. }
  1128. ],
  1129. "time": "2022-11-03T14:55:06+00:00"
  1130. },
  1131. {
  1132. "name": "vlucas/phpdotenv",
  1133. "version": "v5.5.0",
  1134. "source": {
  1135. "type": "git",
  1136. "url": "https://github.com/vlucas/phpdotenv.git",
  1137. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
  1138. },
  1139. "dist": {
  1140. "type": "zip",
  1141. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  1142. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  1143. "shasum": ""
  1144. },
  1145. "require": {
  1146. "ext-pcre": "*",
  1147. "graham-campbell/result-type": "^1.0.2",
  1148. "php": "^7.1.3 || ^8.0",
  1149. "phpoption/phpoption": "^1.8",
  1150. "symfony/polyfill-ctype": "^1.23",
  1151. "symfony/polyfill-mbstring": "^1.23.1",
  1152. "symfony/polyfill-php80": "^1.23.1"
  1153. },
  1154. "require-dev": {
  1155. "bamarni/composer-bin-plugin": "^1.4.1",
  1156. "ext-filter": "*",
  1157. "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
  1158. },
  1159. "suggest": {
  1160. "ext-filter": "Required to use the boolean validator."
  1161. },
  1162. "type": "library",
  1163. "extra": {
  1164. "bamarni-bin": {
  1165. "bin-links": true,
  1166. "forward-command": true
  1167. },
  1168. "branch-alias": {
  1169. "dev-master": "5.5-dev"
  1170. }
  1171. },
  1172. "autoload": {
  1173. "psr-4": {
  1174. "Dotenv\\": "src/"
  1175. }
  1176. },
  1177. "notification-url": "https://packagist.org/downloads/",
  1178. "license": [
  1179. "BSD-3-Clause"
  1180. ],
  1181. "authors": [
  1182. {
  1183. "name": "Graham Campbell",
  1184. "email": "hello@gjcampbell.co.uk",
  1185. "homepage": "https://github.com/GrahamCampbell"
  1186. },
  1187. {
  1188. "name": "Vance Lucas",
  1189. "email": "vance@vancelucas.com",
  1190. "homepage": "https://github.com/vlucas"
  1191. }
  1192. ],
  1193. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1194. "keywords": [
  1195. "dotenv",
  1196. "env",
  1197. "environment"
  1198. ],
  1199. "support": {
  1200. "issues": "https://github.com/vlucas/phpdotenv/issues",
  1201. "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
  1202. },
  1203. "funding": [
  1204. {
  1205. "url": "https://github.com/GrahamCampbell",
  1206. "type": "github"
  1207. },
  1208. {
  1209. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  1210. "type": "tidelift"
  1211. }
  1212. ],
  1213. "time": "2022-10-16T01:01:54+00:00"
  1214. }
  1215. ],
  1216. "packages-dev": [],
  1217. "aliases": [],
  1218. "minimum-stability": "stable",
  1219. "stability-flags": [],
  1220. "prefer-stable": false,
  1221. "prefer-lowest": false,
  1222. "platform": [],
  1223. "platform-dev": [],
  1224. "plugin-api-version": "2.2.0"
  1225. }