From f31becc3a450c6b86e881b1756b0a043618d68cf Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 20 Nov 2024 18:07:56 +0100 Subject: [PATCH] Update some testing packages. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3ea8ac1..24e3c1a 100644 --- a/composer.json +++ b/composer.json @@ -32,13 +32,13 @@ "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "johnbillion/plugin-infrastructure": "dev-trunk", - "johnbillion/wp-compat": "0.2.3", + "johnbillion/wp-compat": "0.3.0", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5", - "phpstan/phpstan": "1.12.2", - "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan": "1.12.11", + "phpstan/phpstan-phpunit": "1.4.1", "roots/wordpress-core-installer": "1.100.0", - "roots/wordpress-full": "6.7-RC1", + "roots/wordpress-full": "6.7.0", "szepeviktor/phpstan-wordpress": "1.3.5", "wp-coding-standards/wpcs": "3.1.0" },