Upgrade to Laravel 9
This commit is contained in:
parent
1d76fdafd4
commit
e75533a181
2 changed files with 1352 additions and 1070 deletions
|
|
@ -4,24 +4,24 @@
|
||||||
"description": "Bingo game for wow raiding",
|
"description": "Bingo game for wow raiding",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0",
|
"php": "^8.1",
|
||||||
"blade-ui-kit/blade-heroicons": "^1.2",
|
"blade-ui-kit/blade-heroicons": "^1.2",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"kirschbaum-development/eloquent-power-joins": "^2.5",
|
"kirschbaum-development/eloquent-power-joins": "^2.5",
|
||||||
"laravel/framework": "^8.54",
|
"laravel/framework": "^9.0",
|
||||||
"laravel/tinker": "^2.5",
|
"laravel/tinker": "^2.5",
|
||||||
"livewire/livewire": "^2.5",
|
"livewire/livewire": "^2.5",
|
||||||
"pnx/laravel-ignite": "^0.1.3",
|
"pnx/laravel-ignite": "^0.2",
|
||||||
"vinkla/hashids": "^9.1"
|
"vinkla/hashids": "^10.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-debugbar": "^3.6",
|
"barryvdh/laravel-debugbar": "^3.6",
|
||||||
"facade/ignition": "^2.5",
|
"spatie/laravel-ignition": "^1.0",
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
"laravel/sail": "^1.0.1",
|
"laravel/sail": "^1.0.1",
|
||||||
"mockery/mockery": "^1.4.2",
|
"mockery/mockery": "^1.4.2",
|
||||||
"nunomaduro/collision": "^5.0",
|
"nunomaduro/collision": "^6.1",
|
||||||
"phpunit/phpunit": "^9.3.3"
|
"phpunit/phpunit": "^9.3.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
2410
composer.lock
generated
2410
composer.lock
generated
File diff suppressed because it is too large
Load diff
Reference in a new issue