composer.lock 45 KB

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