Skip to content

Commit cce3c27

Browse files
authored
Merge pull request #44 from lloricode/patch-1
Prepare for laravel 8 support
2 parents ba3f47f + 88d47cf commit cce3c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"require": {
2222
"php": ">=5.4.0",
23-
"illuminate/support": "~5.4|^6.0|^7.0",
24-
"illuminate/validation": "~5.4|^6.0|^7.0"
23+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
24+
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)