From e4fd477a128b708c58fe52ff27f0f706dd8753f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:05:44 +0000 Subject: [PATCH] Update php-stubs/wordpress-stubs requirement Updates the requirements on [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) to permit the latest version. Updates `php-stubs/wordpress-stubs` to 7.0.1 - [Release notes](https://github.com/php-stubs/wordpress-stubs/releases) - [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v6.9.0...v7.0.1) --- updated-dependencies: - dependency-name: php-stubs/wordpress-stubs dependency-version: 7.0.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d6c262..6e141c7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "friendsofphp/php-cs-fixer": "^3.95", "phpmd/phpmd": "^2.15", "vimeo/psalm": "^6.16", - "php-stubs/wordpress-stubs": "^6.9", + "php-stubs/wordpress-stubs": "^7.0", "szepeviktor/phpstan-wordpress": "^2.0", "phpstan/phpstan": "^2.1", "phpcompatibility/phpcompatibility-wp": "^2.1"