Skip to content

Commit 25943b1

Browse files
authored
Merge pull request #92 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 7a56a37 + ff1251b commit 25943b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": ">=5.5.0",
25-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
27-
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
2828
"aws/aws-sdk-php": "~3.0",
29-
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0"
29+
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "3.7.*|^9.5.10",

0 commit comments

Comments
 (0)