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",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3|^8.0",
|
||||
"php": "^8.1",
|
||||
"blade-ui-kit/blade-heroicons": "^1.2",
|
||||
"fruitcake/laravel-cors": "^2.0",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"kirschbaum-development/eloquent-power-joins": "^2.5",
|
||||
"laravel/framework": "^8.54",
|
||||
"laravel/framework": "^9.0",
|
||||
"laravel/tinker": "^2.5",
|
||||
"livewire/livewire": "^2.5",
|
||||
"pnx/laravel-ignite": "^0.1.3",
|
||||
"vinkla/hashids": "^9.1"
|
||||
"pnx/laravel-ignite": "^0.2",
|
||||
"vinkla/hashids": "^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.6",
|
||||
"facade/ignition": "^2.5",
|
||||
"spatie/laravel-ignition": "^1.0",
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"laravel/sail": "^1.0.1",
|
||||
"mockery/mockery": "^1.4.2",
|
||||
"nunomaduro/collision": "^5.0",
|
||||
"nunomaduro/collision": "^6.1",
|
||||
"phpunit/phpunit": "^9.3.3"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue