From 14290b043d5693249babd9e20dc6176722c9e1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:14:35 +0000 Subject: [PATCH] Update php-stubs/wordpress-stubs requirement from ^5.9.0 to ^6.1.1 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.1.1) --- 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..c365f82 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.1.1", "roots/wordpress": "^5.9", "wp-phpunit/wp-phpunit": "^5.9", "symfony/var-dumper": "4.*",