From 3efb1a1fbe0a027d1c2a545d9f2c7388c2e8193e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:03:37 +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: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 edfc707..f6218fd 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5", "rector/rector": "^2.1", - "roots/wordpress": "^6.8", + "roots/wordpress": "^6.9", "syntatis/coding-standard": "^2.0", "wp-phpunit/wp-phpunit": "^6.8", "yoast/phpunit-polyfills": "^4.0"