From ad3c3a03c4f0d258722c0d6ade409673df3df164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:00:40 +0000 Subject: [PATCH] Update php-stubs/wordpress-stubs requirement from ^5.9.0 to ^6.2.0 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/v5.9.0...v6.2.0) --- updated-dependencies: - dependency-name: php-stubs/wordpress-stubs 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 ee71913..33afe8a 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpunit/phpunit": "^7.0 || ^8.0", "phpstan/phpstan": "^1.0", "szepeviktor/phpstan-wordpress": "^1.0", - "php-stubs/wordpress-stubs": "^5.9.0", + "php-stubs/wordpress-stubs": "^6.2.0", "roots/wordpress": "^5.9", "wp-phpunit/wp-phpunit": "^5.9", "symfony/var-dumper": "4.*",