Skip to content

Commit 747bef6

Browse files
committed
Allow support for php7.4
1 parent 382b931 commit 747bef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"squizlabs/php_codesniffer": "^4.0",
1414
"rector/rector": "^2.3",
1515
"staabm/annotate-pull-request-from-checkstyle": "^1.8",
16-
"illuminate/database": "^12.44"
16+
"illuminate/database": "^10.0 || ^12.0"
1717
},
1818
"scripts": {
1919
"test": "phpunit",

0 commit comments

Comments
 (0)