Skip to content

Commit 1005da4

Browse files
authored
Merge pull request #39 from d0hn/added-support-l11
Added Support for Laravel 11
2 parents 0faa6fa + 128a22a commit 1005da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"minimum-stability": "dev",
2323
"require": {
2424
"php": "^8.0|^8.1",
25-
"illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0|^10.0",
26-
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0"
25+
"illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0|^10.0|^11.0",
26+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)