From 19ac6c3e0a78e7c1c52e56956041588c0a2955ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:25:29 +0000 Subject: [PATCH] Update vlucas/phpdotenv requirement from ^3.4.0 to ^4.3.0 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.3.0) --- updated-dependencies: - dependency-name: vlucas/phpdotenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6644b0..b509a15 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.3.0", "nystudio107/craft-twigpack": "^1.1" }, "autoload": {