Skip to content

Commit 27fedd8

Browse files
authored
Added Laravel 11 support (#10)
1 parent e21dcc8 commit 27fedd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"illuminate/contracts": "^8.0|^9.0|^10.0",
26-
"illuminate/http": "^8.0|^9.0|^10.0",
27-
"illuminate/support": "^8.0|^9.0|^10.0"
25+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
27+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^5.0|^6.0|^7.0",

0 commit comments

Comments
 (0)