Upgrade to Laravel 9

This commit is contained in:
Emanuel Mutschlechner
2022-11-17 00:06:00 +01:00
parent 98fb269ac3
commit e95a4f258b
9 changed files with 5047 additions and 5917 deletions

View File

@@ -35,12 +35,12 @@
],
"type": "library",
"require": {
"php": "^7.2|^7.2.5",
"illuminate/support": "^6.0|^7.0"
"php": "^8.1",
"illuminate/support": "^9.0"
},
"require-dev": {
"mockery/mockery": "^1.0|^1.3.1",
"phpunit/phpunit": "^8.0|^8.5"
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
@@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
},
"laravel": {
"providers": [