From 1f09ad0c473ff5929c574ef6883db6f8bfb3d9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:59:52 +0000 Subject: [PATCH] Update roots/wordpress requirement from 6.1.* to 6.1.* || 6.2.* 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.1...6.2) --- updated-dependencies: - dependency-name: roots/wordpress 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 2022b63..0e4508e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "1.*", "szepeviktor/phpstan-wordpress": "<=1.1.7", "php-stubs/wordpress-stubs": "6.* || 5.9.*", - "roots/wordpress": "6.1.*", + "roots/wordpress": "6.1.* || 6.2.*", "wp-phpunit/wp-phpunit": "6.1.*", "dealerdirect/phpcodesniffer-composer-installer": "<=1.0.0", "wp-coding-standards/wpcs": "<=2.3.0",