Skip to content

Commit 6c86cdc

Browse files
authored
Merge pull request #25 from flemzord/patch-1
Laravel 8 Support
2 parents cc57473 + d673a4a commit 6c86cdc

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
@@ -30,7 +30,7 @@
3030
],
3131
"require": {
3232
"php": ">=7.0",
33-
"illuminate/support": "^5.4|^6.0|^7.0",
33+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
3434
"friendsofphp/php-cs-fixer": "^2.14"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)