Skip to content

Commit 7bdaaac

Browse files
authored
Merge pull request stechstudio#9 from rdarcy1/patch-1
Laravel 7 compatibility
2 parents 499ea9d + a5be9fe commit 7bdaaac

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
@@ -34,7 +34,7 @@
3434
"require": {
3535
"php": ">=7.0.0",
3636
"league/flysystem": "^1.0",
37-
"illuminate/support": "^5.1 || ^6.0",
37+
"illuminate/support": "^5.1 || ^6.0 || ^7.0",
3838
"mikey179/vfsstream": "^1.6"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)