installed.json 21 KB

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