Skip to content

Commit 6711baf

Browse files
committed
Support for Laravel 7 & 8
1 parent ef55076 commit 6711baf

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
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^7.2",
19-
"illuminate/contracts": "^6.0"
19+
"illuminate/contracts": "^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^2.17",

0 commit comments

Comments
 (0)