From d30f9b77367617d95a26300d715cff949226b36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:32:59 +0000 Subject: [PATCH] Update roots/wordpress requirement from 6.9.* to 7.0 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.9...7.0) --- updated-dependencies: - dependency-name: roots/wordpress dependency-version: '7.0' 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 b00d2d2..d7411d8 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpstan/phpstan": "^2.0", "szepeviktor/phpstan-wordpress": "^2.0", "php-stubs/wordpress-stubs": "6.9.*", - "roots/wordpress": "6.9.*", + "roots/wordpress": "7.0", "wp-phpunit/wp-phpunit": "6.9.*", "symfony/var-dumper": "*", "yoast/phpunit-polyfills": "^1.0.0 || ^2.0.0",