Skip to content

Commit abd794d

Browse files
authored
Merge pull request #3 from joshmurrayeu/master
Added Laravel 11 support
2 parents 519d906 + aa788ac commit abd794d

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
@@ -25,9 +25,9 @@
2525
],
2626
"require": {
2727
"php": "^7.3|^8.0",
28-
"illuminate/contracts": "^8.0|^9.0|^10.0",
29-
"illuminate/support": "^8.0|^9.0|^10.0",
30-
"illuminate/database": "^8.0|^9.0|^10.0"
28+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
29+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
30+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)