installed.json 19 KB

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