Skip to content

Commit 5dbb3b0

Browse files
authored
Merge pull request #74 from resslinger/patch-1
add support for Laravel 9
2 parents 074c227 + 3c2173e commit 5dbb3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": "^7.3|^8.0",
19-
"illuminate/support": "^8.0"
19+
"illuminate/support": "^8.0|^9.0"
2020
},
2121
"require-dev": {
2222
"inertiajs/inertia-laravel": "^0.3",
2323
"laravel/breeze": "^1.1",
2424
"laravel/jetstream": "^2.3",
25-
"orchestra/testbench": "^6.0",
25+
"orchestra/testbench": "^6.0|^7.0",
2626
"phpunit/phpunit": "^9.3"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)