From b5016e5386eb552a425a800a822cccc8a2e44b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:53:15 +0000 Subject: [PATCH] Update vlucas/phpdotenv requirement from <=5.5.0 to <=5.7.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/v1.0.0...v5.6.3) --- updated-dependencies: - dependency-name: vlucas/phpdotenv dependency-version: 5.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e00e31f..1f702bd 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "yoast/phpunit-polyfills": "^1.0.0 || ^2.0.0", "symfony/var-dumper": "<=6.2.7", "gin0115/wpunit-helpers": "1.1.*", - "vlucas/phpdotenv": "<=5.5.0" + "vlucas/phpdotenv": "<=5.7.0" }, "require": { "php": ">=8.0.0"