From b16f43483c2528c528b814da588b704c4c9a6850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:54:20 +0000 Subject: [PATCH] Update php-stubs/wordpress-stubs requirement || 6.9.* Updates the requirements on [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) to permit the latest version. - [Release notes](https://github.com/php-stubs/wordpress-stubs/releases) - [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.6.0...v6.9.1) --- updated-dependencies: - dependency-name: php-stubs/wordpress-stubs dependency-version: 6.9.1 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..0c1c265 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpunit/phpunit": "^8.5 || ^9.0", "phpstan/phpstan": "*", "szepeviktor/phpstan-wordpress": "*", - "php-stubs/wordpress-stubs": "6.6.*", + "php-stubs/wordpress-stubs": "6.6.* || 6.9.*", "roots/wordpress": "6.6.*", "wp-phpunit/wp-phpunit": "6.6.*", "squizlabs/php_codesniffer": "3.*",