Skip to content

Commit 6f980ce

Browse files
Support Laravel 8 (#425)
1 parent 35c2d56 commit 6f980ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prefer-stable": true,
1414
"require": {
1515
"php": "^7.2",
16-
"illuminate/support": "^6.0|^7.0"
16+
"illuminate/support": "^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)