composer.lock 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  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": "5fba951f23b8dfb2bf1a35d0115c91f3",
  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.28.0",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/symfony/polyfill-ctype.git",
  152. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  157. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  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. "branch-alias": {
  172. "dev-main": "1.28-dev"
  173. },
  174. "thanks": {
  175. "name": "symfony/polyfill",
  176. "url": "https://github.com/symfony/polyfill"
  177. }
  178. },
  179. "autoload": {
  180. "files": [
  181. "bootstrap.php"
  182. ],
  183. "psr-4": {
  184. "Symfony\\Polyfill\\Ctype\\": ""
  185. }
  186. },
  187. "notification-url": "https://packagist.org/downloads/",
  188. "license": [
  189. "MIT"
  190. ],
  191. "authors": [
  192. {
  193. "name": "Gert de Pagter",
  194. "email": "BackEndTea@gmail.com"
  195. },
  196. {
  197. "name": "Symfony Community",
  198. "homepage": "https://symfony.com/contributors"
  199. }
  200. ],
  201. "description": "Symfony polyfill for ctype functions",
  202. "homepage": "https://symfony.com",
  203. "keywords": [
  204. "compatibility",
  205. "ctype",
  206. "polyfill",
  207. "portable"
  208. ],
  209. "support": {
  210. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
  211. },
  212. "funding": [
  213. {
  214. "url": "https://symfony.com/sponsor",
  215. "type": "custom"
  216. },
  217. {
  218. "url": "https://github.com/fabpot",
  219. "type": "github"
  220. },
  221. {
  222. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  223. "type": "tidelift"
  224. }
  225. ],
  226. "time": "2023-01-26T09:26:14+00:00"
  227. },
  228. {
  229. "name": "symfony/polyfill-mbstring",
  230. "version": "v1.28.0",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/symfony/polyfill-mbstring.git",
  234. "reference": "42292d99c55abe617799667f454222c54c60e229"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  239. "reference": "42292d99c55abe617799667f454222c54c60e229",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": ">=7.1"
  244. },
  245. "provide": {
  246. "ext-mbstring": "*"
  247. },
  248. "suggest": {
  249. "ext-mbstring": "For best performance"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-main": "1.28-dev"
  255. },
  256. "thanks": {
  257. "name": "symfony/polyfill",
  258. "url": "https://github.com/symfony/polyfill"
  259. }
  260. },
  261. "autoload": {
  262. "files": [
  263. "bootstrap.php"
  264. ],
  265. "psr-4": {
  266. "Symfony\\Polyfill\\Mbstring\\": ""
  267. }
  268. },
  269. "notification-url": "https://packagist.org/downloads/",
  270. "license": [
  271. "MIT"
  272. ],
  273. "authors": [
  274. {
  275. "name": "Nicolas Grekas",
  276. "email": "p@tchwork.com"
  277. },
  278. {
  279. "name": "Symfony Community",
  280. "homepage": "https://symfony.com/contributors"
  281. }
  282. ],
  283. "description": "Symfony polyfill for the Mbstring extension",
  284. "homepage": "https://symfony.com",
  285. "keywords": [
  286. "compatibility",
  287. "mbstring",
  288. "polyfill",
  289. "portable",
  290. "shim"
  291. ],
  292. "support": {
  293. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  294. },
  295. "funding": [
  296. {
  297. "url": "https://symfony.com/sponsor",
  298. "type": "custom"
  299. },
  300. {
  301. "url": "https://github.com/fabpot",
  302. "type": "github"
  303. },
  304. {
  305. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  306. "type": "tidelift"
  307. }
  308. ],
  309. "time": "2023-07-28T09:04:16+00:00"
  310. },
  311. {
  312. "name": "symfony/polyfill-php80",
  313. "version": "v1.28.0",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/symfony/polyfill-php80.git",
  317. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  322. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "php": ">=7.1"
  327. },
  328. "type": "library",
  329. "extra": {
  330. "branch-alias": {
  331. "dev-main": "1.28-dev"
  332. },
  333. "thanks": {
  334. "name": "symfony/polyfill",
  335. "url": "https://github.com/symfony/polyfill"
  336. }
  337. },
  338. "autoload": {
  339. "files": [
  340. "bootstrap.php"
  341. ],
  342. "psr-4": {
  343. "Symfony\\Polyfill\\Php80\\": ""
  344. },
  345. "classmap": [
  346. "Resources/stubs"
  347. ]
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "license": [
  351. "MIT"
  352. ],
  353. "authors": [
  354. {
  355. "name": "Ion Bazan",
  356. "email": "ion.bazan@gmail.com"
  357. },
  358. {
  359. "name": "Nicolas Grekas",
  360. "email": "p@tchwork.com"
  361. },
  362. {
  363. "name": "Symfony Community",
  364. "homepage": "https://symfony.com/contributors"
  365. }
  366. ],
  367. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  368. "homepage": "https://symfony.com",
  369. "keywords": [
  370. "compatibility",
  371. "polyfill",
  372. "portable",
  373. "shim"
  374. ],
  375. "support": {
  376. "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
  377. },
  378. "funding": [
  379. {
  380. "url": "https://symfony.com/sponsor",
  381. "type": "custom"
  382. },
  383. {
  384. "url": "https://github.com/fabpot",
  385. "type": "github"
  386. },
  387. {
  388. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  389. "type": "tidelift"
  390. }
  391. ],
  392. "time": "2023-01-26T09:26:14+00:00"
  393. },
  394. {
  395. "name": "vlucas/phpdotenv",
  396. "version": "v5.6.0",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/vlucas/phpdotenv.git",
  400. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  405. "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
  406. "shasum": ""
  407. },
  408. "require": {
  409. "ext-pcre": "*",
  410. "graham-campbell/result-type": "^1.1.2",
  411. "php": "^7.2.5 || ^8.0",
  412. "phpoption/phpoption": "^1.9.2",
  413. "symfony/polyfill-ctype": "^1.24",
  414. "symfony/polyfill-mbstring": "^1.24",
  415. "symfony/polyfill-php80": "^1.24"
  416. },
  417. "require-dev": {
  418. "bamarni/composer-bin-plugin": "^1.8.2",
  419. "ext-filter": "*",
  420. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  421. },
  422. "suggest": {
  423. "ext-filter": "Required to use the boolean validator."
  424. },
  425. "type": "library",
  426. "extra": {
  427. "bamarni-bin": {
  428. "bin-links": true,
  429. "forward-command": true
  430. },
  431. "branch-alias": {
  432. "dev-master": "5.6-dev"
  433. }
  434. },
  435. "autoload": {
  436. "psr-4": {
  437. "Dotenv\\": "src/"
  438. }
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "BSD-3-Clause"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Graham Campbell",
  447. "email": "hello@gjcampbell.co.uk",
  448. "homepage": "https://github.com/GrahamCampbell"
  449. },
  450. {
  451. "name": "Vance Lucas",
  452. "email": "vance@vancelucas.com",
  453. "homepage": "https://github.com/vlucas"
  454. }
  455. ],
  456. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  457. "keywords": [
  458. "dotenv",
  459. "env",
  460. "environment"
  461. ],
  462. "support": {
  463. "issues": "https://github.com/vlucas/phpdotenv/issues",
  464. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
  465. },
  466. "funding": [
  467. {
  468. "url": "https://github.com/GrahamCampbell",
  469. "type": "github"
  470. },
  471. {
  472. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  473. "type": "tidelift"
  474. }
  475. ],
  476. "time": "2023-11-12T22:43:29+00:00"
  477. }
  478. ],
  479. "packages-dev": [
  480. {
  481. "name": "laravel/pint",
  482. "version": "v1.13.10",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/laravel/pint.git",
  486. "reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/laravel/pint/zipball/e2b5060885694ca30ac008c05dc9d47f10ed1abf",
  491. "reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf",
  492. "shasum": ""
  493. },
  494. "require": {
  495. "ext-json": "*",
  496. "ext-mbstring": "*",
  497. "ext-tokenizer": "*",
  498. "ext-xml": "*",
  499. "php": "^8.1.0"
  500. },
  501. "require-dev": {
  502. "friendsofphp/php-cs-fixer": "^3.47.1",
  503. "illuminate/view": "^10.41.0",
  504. "larastan/larastan": "^2.8.1",
  505. "laravel-zero/framework": "^10.3.0",
  506. "mockery/mockery": "^1.6.7",
  507. "nunomaduro/termwind": "^1.15.1",
  508. "pestphp/pest": "^2.31.0"
  509. },
  510. "bin": [
  511. "builds/pint"
  512. ],
  513. "type": "project",
  514. "autoload": {
  515. "psr-4": {
  516. "App\\": "app/",
  517. "Database\\Seeders\\": "database/seeders/",
  518. "Database\\Factories\\": "database/factories/"
  519. }
  520. },
  521. "notification-url": "https://packagist.org/downloads/",
  522. "license": [
  523. "MIT"
  524. ],
  525. "authors": [
  526. {
  527. "name": "Nuno Maduro",
  528. "email": "enunomaduro@gmail.com"
  529. }
  530. ],
  531. "description": "An opinionated code formatter for PHP.",
  532. "homepage": "https://laravel.com",
  533. "keywords": [
  534. "format",
  535. "formatter",
  536. "lint",
  537. "linter",
  538. "php"
  539. ],
  540. "support": {
  541. "issues": "https://github.com/laravel/pint/issues",
  542. "source": "https://github.com/laravel/pint"
  543. },
  544. "time": "2024-01-22T09:04:15+00:00"
  545. }
  546. ],
  547. "aliases": [],
  548. "minimum-stability": "stable",
  549. "stability-flags": [],
  550. "prefer-stable": false,
  551. "prefer-lowest": false,
  552. "platform": [],
  553. "platform-dev": [],
  554. "plugin-api-version": "2.6.0"
  555. }