Support for laravel 9

This commit is contained in:
philipp lang 2022-02-25 11:23:42 +01:00
parent e400315cf6
commit bf95d6f17e
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"require": {
"php": "8.1.*",
"guzzlehttp/guzzle": "^6.3.1|^7.0",
"laravel/framework": "^8.0",
"laravel/framework": "^9.0",
"laravel/ui": "^3.4",
"spatie/data-transfer-object": "^3.7"
},
@ -26,7 +26,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^7.0",
"nunomaduro/larastan": "^1.0"
},
"extra": {