From 9c51fdc6da83e5f667c6f0464faee0dd4520f823 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 16:15:04 +0000 Subject: [PATCH] Update vlucas/phpdotenv requirement from ^3.4.0 to ^4.1.6 Updates the requirements on [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) to permit the latest version. - [Release notes](https://github.com/vlucas/phpdotenv/releases) - [Commits](https://github.com/vlucas/phpdotenv/compare/v3.4.0...v4.1.6) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6644b0..7bb8cfd 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require": { "craftcms/cms": "^3.4.0", - "vlucas/phpdotenv": "^3.4.0", + "vlucas/phpdotenv": "^4.1.6", "nystudio107/craft-twigpack": "^1.1" }, "autoload": {