Skip to content

Commit 847d501

Browse files
committed
Update composer.json (Laravel 9)
1 parent 9801b29 commit 847d501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.3",
23-
"symfony/console": "^5.0",
24-
"laravel/framework": "^8.0"
22+
"php": ">=8.0",
23+
"symfony/console": "^6.1",
24+
"laravel/framework": "^9.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "6.*"
27+
"orchestra/testbench": "^7.1"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)