composer.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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": "31aef5ee725dd8beba787d24629f9e27",
  8. "packages": [
  9. {
  10. "name": "econea/nusoap",
  11. "version": "v0.9.17",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/f00b4r/nusoap.git",
  15. "reference": "ac2322f37808ecb1a2b84ed469cba9c51648eb8d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/f00b4r/nusoap/zipball/ac2322f37808ecb1a2b84ed469cba9c51648eb8d",
  20. "reference": "ac2322f37808ecb1a2b84ed469cba9c51648eb8d",
  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. }
  38. },
  39. "autoload": {
  40. "classmap": [
  41. "src/"
  42. ]
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "LGPL-2.1-or-later"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Milan Felix Šulc",
  51. "homepage": "https://f3l1x.io"
  52. }
  53. ],
  54. "description": "Fixed NuSOAP for PHP 5.4 - 8.2",
  55. "homepage": "https://github.com/pwnlabs/nusoap",
  56. "keywords": [
  57. "client",
  58. "http",
  59. "nusoap",
  60. "php",
  61. "soap",
  62. "transport",
  63. "xml"
  64. ],
  65. "support": {
  66. "issues": "https://github.com/f00b4r/nusoap/issues",
  67. "source": "https://github.com/f00b4r/nusoap/tree/v0.9.17"
  68. },
  69. "funding": [
  70. {
  71. "url": "https://github.com/f3l1x",
  72. "type": "github"
  73. }
  74. ],
  75. "time": "2024-01-25T09:08:59+00:00"
  76. },
  77. {
  78. "name": "graham-campbell/result-type",
  79. "version": "v1.1.3",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  83. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  88. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": "^7.2.5 || ^8.0",
  93. "phpoption/phpoption": "^1.9.3"
  94. },
  95. "require-dev": {
  96. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  97. },
  98. "type": "library",
  99. "autoload": {
  100. "psr-4": {
  101. "GrahamCampbell\\ResultType\\": "src/"
  102. }
  103. },
  104. "notification-url": "https://packagist.org/downloads/",
  105. "license": [
  106. "MIT"
  107. ],
  108. "authors": [
  109. {
  110. "name": "Graham Campbell",
  111. "email": "hello@gjcampbell.co.uk",
  112. "homepage": "https://github.com/GrahamCampbell"
  113. }
  114. ],
  115. "description": "An Implementation Of The Result Type",
  116. "keywords": [
  117. "Graham Campbell",
  118. "GrahamCampbell",
  119. "Result Type",
  120. "Result-Type",
  121. "result"
  122. ],
  123. "support": {
  124. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  125. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  126. },
  127. "funding": [
  128. {
  129. "url": "https://github.com/GrahamCampbell",
  130. "type": "github"
  131. },
  132. {
  133. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  134. "type": "tidelift"
  135. }
  136. ],
  137. "time": "2024-07-20T21:45:45+00:00"
  138. },
  139. {
  140. "name": "phpoption/phpoption",
  141. "version": "1.9.3",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/schmittjoh/php-option.git",
  145. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  150. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  151. "shasum": ""
  152. },
  153. "require": {
  154. "php": "^7.2.5 || ^8.0"
  155. },
  156. "require-dev": {
  157. "bamarni/composer-bin-plugin": "^1.8.2",
  158. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  159. },
  160. "type": "library",
  161. "extra": {
  162. "bamarni-bin": {
  163. "bin-links": true,
  164. "forward-command": false
  165. },
  166. "branch-alias": {
  167. "dev-master": "1.9-dev"
  168. }
  169. },
  170. "autoload": {
  171. "psr-4": {
  172. "PhpOption\\": "src/PhpOption/"
  173. }
  174. },
  175. "notification-url": "https://packagist.org/downloads/",
  176. "license": [
  177. "Apache-2.0"
  178. ],
  179. "authors": [
  180. {
  181. "name": "Johannes M. Schmitt",
  182. "email": "schmittjoh@gmail.com",
  183. "homepage": "https://github.com/schmittjoh"
  184. },
  185. {
  186. "name": "Graham Campbell",
  187. "email": "hello@gjcampbell.co.uk",
  188. "homepage": "https://github.com/GrahamCampbell"
  189. }
  190. ],
  191. "description": "Option Type for PHP",
  192. "keywords": [
  193. "language",
  194. "option",
  195. "php",
  196. "type"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/schmittjoh/php-option/issues",
  200. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  201. },
  202. "funding": [
  203. {
  204. "url": "https://github.com/GrahamCampbell",
  205. "type": "github"
  206. },
  207. {
  208. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  209. "type": "tidelift"
  210. }
  211. ],
  212. "time": "2024-07-20T21:41:07+00:00"
  213. },
  214. {
  215. "name": "seinopsys/postgresql-database-class",
  216. "version": "v3.1.1",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class.git",
  220. "reference": "47a648fdb67c2fc27e8ff35091c8e36cd95596e9"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/SeinopSys/PHP-PostgreSQL-Database-Class/zipball/47a648fdb67c2fc27e8ff35091c8e36cd95596e9",
  225. "reference": "47a648fdb67c2fc27e8ff35091c8e36cd95596e9",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "ext-pdo": "*",
  230. "ext-pdo_pgsql": "*",
  231. "php": ">=5.4"
  232. },
  233. "require-dev": {
  234. "squizlabs/php_codesniffer": "3.*"
  235. },
  236. "type": "library",
  237. "autoload": {
  238. "psr-4": {
  239. "SeinopSys\\": "src/"
  240. }
  241. },
  242. "notification-url": "https://packagist.org/downloads/",
  243. "license": [
  244. "GPL-3.0-or-later"
  245. ],
  246. "authors": [
  247. {
  248. "name": "SeinopSys",
  249. "email": "seinopsys@gmail.com",
  250. "homepage": "https://github.com/SeinopSys",
  251. "role": "Developer"
  252. }
  253. ],
  254. "description": "PHP wrapper class for PDO-based interaction with PostgreSQL databases, heavily based on ThingEngineer's MysqliDb class",
  255. "support": {
  256. "issues": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class/issues",
  257. "source": "https://github.com/SeinopSys/PHP-PostgreSQL-Database-Class/tree/master"
  258. },
  259. "time": "2019-05-26T17:41:40+00:00"
  260. },
  261. {
  262. "name": "symfony/polyfill-ctype",
  263. "version": "v1.30.0",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/symfony/polyfill-ctype.git",
  267. "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
  272. "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "php": ">=7.1"
  277. },
  278. "provide": {
  279. "ext-ctype": "*"
  280. },
  281. "suggest": {
  282. "ext-ctype": "For best performance"
  283. },
  284. "type": "library",
  285. "extra": {
  286. "thanks": {
  287. "name": "symfony/polyfill",
  288. "url": "https://github.com/symfony/polyfill"
  289. }
  290. },
  291. "autoload": {
  292. "files": [
  293. "bootstrap.php"
  294. ],
  295. "psr-4": {
  296. "Symfony\\Polyfill\\Ctype\\": ""
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Gert de Pagter",
  306. "email": "BackEndTea@gmail.com"
  307. },
  308. {
  309. "name": "Symfony Community",
  310. "homepage": "https://symfony.com/contributors"
  311. }
  312. ],
  313. "description": "Symfony polyfill for ctype functions",
  314. "homepage": "https://symfony.com",
  315. "keywords": [
  316. "compatibility",
  317. "ctype",
  318. "polyfill",
  319. "portable"
  320. ],
  321. "support": {
  322. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
  323. },
  324. "funding": [
  325. {
  326. "url": "https://symfony.com/sponsor",
  327. "type": "custom"
  328. },
  329. {
  330. "url": "https://github.com/fabpot",
  331. "type": "github"
  332. },
  333. {
  334. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  335. "type": "tidelift"
  336. }
  337. ],
  338. "time": "2024-05-31T15:07:36+00:00"
  339. },
  340. {
  341. "name": "symfony/polyfill-mbstring",
  342. "version": "v1.30.0",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/symfony/polyfill-mbstring.git",
  346. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  351. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": ">=7.1"
  356. },
  357. "provide": {
  358. "ext-mbstring": "*"
  359. },
  360. "suggest": {
  361. "ext-mbstring": "For best performance"
  362. },
  363. "type": "library",
  364. "extra": {
  365. "thanks": {
  366. "name": "symfony/polyfill",
  367. "url": "https://github.com/symfony/polyfill"
  368. }
  369. },
  370. "autoload": {
  371. "files": [
  372. "bootstrap.php"
  373. ],
  374. "psr-4": {
  375. "Symfony\\Polyfill\\Mbstring\\": ""
  376. }
  377. },
  378. "notification-url": "https://packagist.org/downloads/",
  379. "license": [
  380. "MIT"
  381. ],
  382. "authors": [
  383. {
  384. "name": "Nicolas Grekas",
  385. "email": "p@tchwork.com"
  386. },
  387. {
  388. "name": "Symfony Community",
  389. "homepage": "https://symfony.com/contributors"
  390. }
  391. ],
  392. "description": "Symfony polyfill for the Mbstring extension",
  393. "homepage": "https://symfony.com",
  394. "keywords": [
  395. "compatibility",
  396. "mbstring",
  397. "polyfill",
  398. "portable",
  399. "shim"
  400. ],
  401. "support": {
  402. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
  403. },
  404. "funding": [
  405. {
  406. "url": "https://symfony.com/sponsor",
  407. "type": "custom"
  408. },
  409. {
  410. "url": "https://github.com/fabpot",
  411. "type": "github"
  412. },
  413. {
  414. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  415. "type": "tidelift"
  416. }
  417. ],
  418. "time": "2024-06-19T12:30:46+00:00"
  419. },
  420. {
  421. "name": "symfony/polyfill-php80",
  422. "version": "v1.30.0",
  423. "source": {
  424. "type": "git",
  425. "url": "https://github.com/symfony/polyfill-php80.git",
  426. "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
  427. },
  428. "dist": {
  429. "type": "zip",
  430. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
  431. "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
  432. "shasum": ""
  433. },
  434. "require": {
  435. "php": ">=7.1"
  436. },
  437. "type": "library",
  438. "extra": {
  439. "thanks": {
  440. "name": "symfony/polyfill",
  441. "url": "https://github.com/symfony/polyfill"
  442. }
  443. },
  444. "autoload": {
  445. "files": [
  446. "bootstrap.php"
  447. ],
  448. "psr-4": {
  449. "Symfony\\Polyfill\\Php80\\": ""
  450. },
  451. "classmap": [
  452. "Resources/stubs"
  453. ]
  454. },
  455. "notification-url": "https://packagist.org/downloads/",
  456. "license": [
  457. "MIT"
  458. ],
  459. "authors": [
  460. {
  461. "name": "Ion Bazan",
  462. "email": "ion.bazan@gmail.com"
  463. },
  464. {
  465. "name": "Nicolas Grekas",
  466. "email": "p@tchwork.com"
  467. },
  468. {
  469. "name": "Symfony Community",
  470. "homepage": "https://symfony.com/contributors"
  471. }
  472. ],
  473. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  474. "homepage": "https://symfony.com",
  475. "keywords": [
  476. "compatibility",
  477. "polyfill",
  478. "portable",
  479. "shim"
  480. ],
  481. "support": {
  482. "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
  483. },
  484. "funding": [
  485. {
  486. "url": "https://symfony.com/sponsor",
  487. "type": "custom"
  488. },
  489. {
  490. "url": "https://github.com/fabpot",
  491. "type": "github"
  492. },
  493. {
  494. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  495. "type": "tidelift"
  496. }
  497. ],
  498. "time": "2024-05-31T15:07:36+00:00"
  499. },
  500. {
  501. "name": "vlucas/phpdotenv",
  502. "version": "v5.6.1",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/vlucas/phpdotenv.git",
  506. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  511. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  512. "shasum": ""
  513. },
  514. "require": {
  515. "ext-pcre": "*",
  516. "graham-campbell/result-type": "^1.1.3",
  517. "php": "^7.2.5 || ^8.0",
  518. "phpoption/phpoption": "^1.9.3",
  519. "symfony/polyfill-ctype": "^1.24",
  520. "symfony/polyfill-mbstring": "^1.24",
  521. "symfony/polyfill-php80": "^1.24"
  522. },
  523. "require-dev": {
  524. "bamarni/composer-bin-plugin": "^1.8.2",
  525. "ext-filter": "*",
  526. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  527. },
  528. "suggest": {
  529. "ext-filter": "Required to use the boolean validator."
  530. },
  531. "type": "library",
  532. "extra": {
  533. "bamarni-bin": {
  534. "bin-links": true,
  535. "forward-command": false
  536. },
  537. "branch-alias": {
  538. "dev-master": "5.6-dev"
  539. }
  540. },
  541. "autoload": {
  542. "psr-4": {
  543. "Dotenv\\": "src/"
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "BSD-3-Clause"
  549. ],
  550. "authors": [
  551. {
  552. "name": "Graham Campbell",
  553. "email": "hello@gjcampbell.co.uk",
  554. "homepage": "https://github.com/GrahamCampbell"
  555. },
  556. {
  557. "name": "Vance Lucas",
  558. "email": "vance@vancelucas.com",
  559. "homepage": "https://github.com/vlucas"
  560. }
  561. ],
  562. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  563. "keywords": [
  564. "dotenv",
  565. "env",
  566. "environment"
  567. ],
  568. "support": {
  569. "issues": "https://github.com/vlucas/phpdotenv/issues",
  570. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
  571. },
  572. "funding": [
  573. {
  574. "url": "https://github.com/GrahamCampbell",
  575. "type": "github"
  576. },
  577. {
  578. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  579. "type": "tidelift"
  580. }
  581. ],
  582. "time": "2024-07-20T21:52:34+00:00"
  583. }
  584. ],
  585. "packages-dev": [],
  586. "aliases": [],
  587. "minimum-stability": "stable",
  588. "stability-flags": [],
  589. "prefer-stable": false,
  590. "prefer-lowest": false,
  591. "platform": [],
  592. "platform-dev": [],
  593. "plugin-api-version": "2.3.0"
  594. }