From fb039677935bceab8467c9b6af977f44a5794201 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 1 Dec 2024 00:15:14 +0100 Subject: [PATCH] Pin some more dependencies. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 27105bc..6959d2b 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "johnbillion/falsey-assertequals-detector": "*", "johnbillion/plugin-infrastructure": "dev-trunk", "johnbillion/wp-compat": "0.3.1", - "lucatume/wp-browser": ">=3.0.21 <3.5", - "phpcompatibility/phpcompatibility-wp": "^2", + "lucatume/wp-browser": "3.2.3", + "phpcompatibility/phpcompatibility-wp": "2.1.5", "phpstan/phpstan": "1.12.12", "phpstan/phpstan-phpunit": "1.4.1", - "roots/wordpress-core-installer": "^1.0.0", + "roots/wordpress-core-installer": "1.100.0", "roots/wordpress-full": "*", "szepeviktor/phpstan-wordpress": "1.3.5", "wp-coding-standards/wpcs": "2.3.0"