From 399903e34a465bd3bcde26938dff7320047479d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:10:03 +0000 Subject: [PATCH] Update roots/wordpress requirement from 6.8 to 6.9 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) --- updated-dependencies: - dependency-name: roots/wordpress dependency-version: '6.9' 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..7689e4687 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", "roots/wp-config": "1.0.0", "roots/wp-password-bcrypt": "1.2.0", "wp-cli/wp-cli-bundle": "2.11.*",