Skip to content

Commit 24b2ce5

Browse files
authored
Update Dependencies
Add Support For Laravel 10
1 parent 07c2ff3 commit 24b2ce5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0",
22-
"laravel/framework": "^9.0",
23-
"illuminate/support": "^9.0",
24-
"symfony/console": "^6.0.2",
25-
"symfony/finder": "^6.0",
26-
"symfony/process": "^6.0"
21+
"php": "^8.0|^8.1",
22+
"laravel/framework": "^9.0|^10.0",
23+
"illuminate/support": "^9.0|^10.0",
24+
"symfony/console": "^6.0.2|^6.1|^6.2",
25+
"symfony/finder": "^6.0|^6.1|^6.2",
26+
"symfony/process": "^6.0|^6.1|^6.2"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)