Skip to content

Commit 399c666

Browse files
authored
Merge pull request #19 from AntiPaste/patch-1
Add support for Laravel 7
2 parents 837e6de + e6dc833 commit 399c666

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.2",
14-
"illuminate/support": "^6.0",
14+
"illuminate/support": "^6.0 || ^7.0",
1515
"oscarafdev/laravel-4-generators": "~3.1.4",
1616
"doctrine/dbal": "~2.10"
1717
},

0 commit comments

Comments
 (0)