From ac50067e6b41ae4427a44f163ec16fbce03ff43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:54:57 +0000 Subject: [PATCH] Update roots/wordpress requirement from 6.8 to 6.9.1 Updates the requirements on [roots/wordpress](https://github.com/roots/wordpress) to permit the latest version. - [Release notes](https://github.com/roots/wordpress/releases) - [Commits](https://github.com/roots/wordpress/compare/6.8...6.9.1) --- updated-dependencies: - dependency-name: roots/wordpress dependency-version: 6.9.1 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 3bbe1bffc..fb3e2cfd0 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "composer/installers": "^2.2", "vlucas/phpdotenv": "^5.6.0", "oscarotero/env": "^2.1.0", - "roots/wordpress": "6.8", + "roots/wordpress": "6.9.1", "roots/wp-config": "1.0.0", "roots/wp-password-bcrypt": "1.2.0", "wp-cli/wp-cli-bundle": "2.11.*",