Skip to content

Commit ba815c8

Browse files
committed
Adding laravel 10 support
1 parent bc16497 commit ba815c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
],
2121
"require": {
2222
"php": ">=7.4",
23-
"illuminate/support": "^8.0|^9.0",
24-
"illuminate/contracts": "^8.0|^9.0",
25-
"illuminate/http": "^8.0|^9.0"
23+
"illuminate/support": "^8.0|^9.0|^10.0",
24+
"illuminate/contracts": "^8.0|^9.0|^10.0",
25+
"illuminate/http": "^8.0|^9.0|^10.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)