Skip to content

Commit 6793ee7

Browse files
authored
Update composer.json (#19)
* Update symfony/dotenv There is conflict with symfony/console when I try to install this package because latest version of laravel using symfony/console ^5.1. This PR will be resolve this issue. * Support old version
1 parent fc88c94 commit 6793ee7

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
@@ -19,7 +19,7 @@
1919
"php": "^7.1",
2020
"guzzlehttp/guzzle": "~6.0",
2121
"illuminate/support": "5.7.* || 5.8.* || 6.* || 7.*",
22-
"symfony/dotenv": "^4.2"
22+
"symfony/dotenv": "^4.2 || ^5.1"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)