Skip to content

Commit c3b4747

Browse files
authored
Merge pull request #4 from hareland/feature/support-newer-laravel-versions
(feat): add newer versions
2 parents 4487974 + f35dbaf commit c3b4747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": "^8.1",
15-
"illuminate/database": "^8.0|^9.0",
16-
"illuminate/support": "^8.0|^9.0"
15+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
16+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)