Skip to content

Commit 7248fb2

Browse files
authored
Fix laravel/envoy dependency
1 parent 9f89079 commit 7248fb2

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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=5.4.0",
7-
"laravel/envoy": "~1.0"
7+
"laravel/envoy": "1.0.*"
88
},
99
"extra": {
1010
"branch-alias": {

0 commit comments

Comments
 (0)