composer.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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": "81fb734c78f2d521f7b6d6c69d90c64c",
  8. "packages": [
  9. {
  10. "name": "graham-campbell/result-type",
  11. "version": "v1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  15. "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
  20. "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2.5 || ^8.0",
  25. "phpoption/phpoption": "^1.9.2"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "GrahamCampbell\\ResultType\\": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Graham Campbell",
  43. "email": "hello@gjcampbell.co.uk",
  44. "homepage": "https://github.com/GrahamCampbell"
  45. }
  46. ],
  47. "description": "An Implementation Of The Result Type",
  48. "keywords": [
  49. "Graham Campbell",
  50. "GrahamCampbell",
  51. "Result Type",
  52. "Result-Type",
  53. "result"
  54. ],
  55. "support": {
  56. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  57. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
  58. },
  59. "funding": [
  60. {
  61. "url": "https://github.com/GrahamCampbell",
  62. "type": "github"
  63. },
  64. {
  65. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  66. "type": "tidelift"
  67. }
  68. ],
  69. "time": "2023-11-12T22:16:48+00:00"
  70. },
  71. {
  72. "name": "phpoption/phpoption",
  73. "version": "1.9.2",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/schmittjoh/php-option.git",
  77. "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
  82. "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": "^7.2.5 || ^8.0"
  87. },
  88. "require-dev": {
  89. "bamarni/composer-bin-plugin": "^1.8.2",
  90. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  91. },
  92. "type": "library",
  93. "extra": {
  94. "bamarni-bin": {
  95. "bin-links": true,
  96. "forward-command": true
  97. },
  98. "branch-alias": {
  99. "dev-master": "1.9-dev"
  100. }
  101. },
  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.2"
  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. "time": "2023-11-12T21:59:55+00:00"
  145. },
  146. {
  147. "name": "symfony/polyfill-ctype",
  148. "version": "v1.29.0",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/symfony/polyfill-ctype.git",
  152. "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
  157. "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "php": ">=7.1"
  162. },
  163. "provide": {
  164. "ext-ctype": "*"
  165. },
  166. "suggest": {
  167. "ext-ctype": "For best performance"
  168. },
  169. "type": "library",
  170. "extra": {
  171. "thanks": {
  172. "name": "symfony/polyfill",
  173. "url": "https://github.com/symfony/polyfill"
  174. }
  175. },
  176. "autoload": {
  177. "files": [
  178. "bootstrap.php"
  179. ],
  180. "psr-4": {
  181. "Symfony\\Polyfill\\Ctype\\": ""
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Gert de Pagter",
  191. "email": "BackEndTea@gmail.com"
  192. },
  193. {
  194. "name": "Symfony Community",
  195. "homepage": "https://symfony.com/contributors"
  196. }
  197. ],
  198. "description": "Symfony polyfill for ctype functions",
  199. "homepage": "https://symfony.com",
  200. "keywords": [
  201. "compatibility",
  202. "ctype",
  203. "polyfill",
  204. "portable"
  205. ],
  206. "support": {
  207. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
  208. },
  209. "funding": [
  210. {
  211. "url": "https://symfony.com/sponsor",
  212. "type": "custom"
  213. },
  214. {
  215. "url": "https://github.com/fabpot",
  216. "type": "github"
  217. },
  218. {
  219. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  220. "type": "tidelift"
  221. }
  222. ],
  223. "time": "2024-01-29T20:11:03+00:00"
  224. },
  225. {
  226. "name": "symfony/polyfill-mbstring",
  227. "version": "v1.29.0",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/symfony/polyfill-mbstring.git",
  231. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  236. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "php": ">=7.1"
  241. },
  242. "provide": {
  243. "ext-mbstring": "*"
  244. },
  245. "suggest": {
  246. "ext-mbstring": "For best performance"
  247. },
  248. "type": "library",
  249. "extra": {
  250. "thanks": {
  251. "name": "symfony/polyfill",
  252. "url": "https://github.com/symfony/polyfill"
  253. }
  254. },
  255. "autoload": {
  256. "files": [
  257. "bootstrap.php"
  258. ],
  259. "psr-4": {
  260. "Symfony\\Polyfill\\Mbstring\\": ""
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "MIT"
  266. ],
  267. "authors": [
  268. {
  269. "name": "Nicolas Grekas",
  270. "email": "p@tchwork.com"
  271. },
  272. {
  273. "name": "Symfony Community",
  274. "homepage": "https://symfony.com/contributors"
  275. }
  276. ],
  277. "description": "Symfony polyfill for the Mbstring extension",
  278. "homepage": "https://symfony.com",
  279. "keywords": [
  280. "compatibility",
  281. "mbstring",
  282. "polyfill",
  283. "portable",
  284. "shim"
  285. ],
  286. "support": {
  287. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
  288. },
  289. "funding": [
  290. {
  291. "url": "https://symfony.com/sponsor",
  292. "type": "custom"
  293. },
  294. {
  295. "url": "https://github.com/fabpot",
  296. "type": "github"
  297. },
  298. {
  299. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  300. "type": "tidelift"
  301. }
  302. ],
  303. "time": "2024-01-29T20:11:03+00:00"
  304. },
  305. {
  306. "name": "symfony/polyfill-php80",
  307. "version": "v1.29.0",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/symfony/polyfill-php80.git",
  311. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  316. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "php": ">=7.1"
  321. },
  322. "type": "library",
  323. "extra": {
  324. "thanks": {
  325. "name": "symfony/polyfill",
  326. "url": "https://github.com/symfony/polyfill"
  327. }
  328. },
  329. "autoload": {
  330. "files": [
  331. "bootstrap.php"
  332. ],
  333. "psr-4": {
  334. "Symfony\\Polyfill\\Php80\\": ""
  335. },
  336. "classmap": [
  337. "Resources/stubs"
  338. ]
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Ion Bazan",
  347. "email": "ion.bazan@gmail.com"
  348. },
  349. {
  350. "name": "Nicolas Grekas",
  351. "email": "p@tchwork.com"
  352. },
  353. {
  354. "name": "Symfony Community",
  355. "homepage": "https://symfony.com/contributors"
  356. }
  357. ],
  358. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  359. "homepage": "https://symfony.com",
  360. "keywords": [
  361. "compatibility",
  362. "polyfill",
  363. "portable",
  364. "shim"
  365. ],
  366. "support": {
  367. "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
  368. },
  369. "funding": [
  370. {
  371. "url": "https://symfony.com/sponsor",
  372. "type": "custom"
  373. },
  374. {
  375. "url": "https://github.com/fabpot",
  376. "type": "github"
  377. },
  378. {
  379. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  380. "type": "tidelift"
  381. }
  382. ],
  383. "time": "2024-01-29T20:11:03+00:00"
  384. },
  385. {
  386. "name": "vlucas/phpdotenv",
  387. "version": "v5.6.0",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/vlucas/phpdotenv.git",
  391. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  396. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "ext-pcre": "*",
  401. "graham-campbell/result-type": "^1.1.2",
  402. "php": "^7.2.5 || ^8.0",
  403. "phpoption/phpoption": "^1.9.2",
  404. "symfony/polyfill-ctype": "^1.24",
  405. "symfony/polyfill-mbstring": "^1.24",
  406. "symfony/polyfill-php80": "^1.24"
  407. },
  408. "require-dev": {
  409. "bamarni/composer-bin-plugin": "^1.8.2",
  410. "ext-filter": "*",
  411. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  412. },
  413. "suggest": {
  414. "ext-filter": "Required to use the boolean validator."
  415. },
  416. "type": "library",
  417. "extra": {
  418. "bamarni-bin": {
  419. "bin-links": true,
  420. "forward-command": true
  421. },
  422. "branch-alias": {
  423. "dev-master": "5.6-dev"
  424. }
  425. },
  426. "autoload": {
  427. "psr-4": {
  428. "Dotenv\\": "src/"
  429. }
  430. },
  431. "notification-url": "https://packagist.org/downloads/",
  432. "license": [
  433. "BSD-3-Clause"
  434. ],
  435. "authors": [
  436. {
  437. "name": "Graham Campbell",
  438. "email": "hello@gjcampbell.co.uk",
  439. "homepage": "https://github.com/GrahamCampbell"
  440. },
  441. {
  442. "name": "Vance Lucas",
  443. "email": "vance@vancelucas.com",
  444. "homepage": "https://github.com/vlucas"
  445. }
  446. ],
  447. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  448. "keywords": [
  449. "dotenv",
  450. "env",
  451. "environment"
  452. ],
  453. "support": {
  454. "issues": "https://github.com/vlucas/phpdotenv/issues",
  455. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
  456. },
  457. "funding": [
  458. {
  459. "url": "https://github.com/GrahamCampbell",
  460. "type": "github"
  461. },
  462. {
  463. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  464. "type": "tidelift"
  465. }
  466. ],
  467. "time": "2023-11-12T22:43:29+00:00"
  468. }
  469. ],
  470. "packages-dev": [],
  471. "aliases": [],
  472. "minimum-stability": "stable",
  473. "stability-flags": [],
  474. "prefer-stable": false,
  475. "prefer-lowest": false,
  476. "platform": [],
  477. "platform-dev": [],
  478. "plugin-api-version": "2.6.0"
  479. }