Skip to content

Commit 4815b82

Browse files
authored
Laravel 10 Support
1 parent f5ddeb7 commit 4815b82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
],
2222
"require": {
2323
"php": ">=7.2.5",
24-
"illuminate/support": "^8|^9",
25-
"illuminate/config": "^8|^9",
26-
"symfony/finder": "^5",
27-
"symfony/console": "^5",
24+
"illuminate/support": "^8|^9|^10",
25+
"illuminate/config": "^8|^9|^10",
26+
"symfony/finder": "^5|^6",
27+
"symfony/console": "^5|^6",
2828
"aws/aws-sdk-php": "~3.2",
29-
"laravel/framework": "^8|^9"
29+
"laravel/framework": "^8|^9|^10"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)