Skip to content

Commit 21322cd

Browse files
authored
Merge pull request #30 from ferranfg/patch-1
Laravel 7 support
2 parents 510bbc9 + 295f62f commit 21322cd

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
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": ">=7.0.0",
8-
"laravel/framework": "~5.5|~6.0"
8+
"laravel/framework": "~5.5|~6.0|~7.0"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)