Skip to content

Commit ff1251b

Browse files
committed
Bump dependencies for Laravel 10
1 parent 7a56a37 commit ff1251b

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)