From 83031404e51c4e6173340c0d866bea714a4106ce Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 5 Feb 2026 12:52:29 +0100 Subject: [PATCH] Composer: update the version constraint for BrainMonkey to `^2.7.0` BrainMonkey 2.7.0 has just been released and adds improved compatibility with WP 6.9 for select functions, as well as confirms compatibility with PHP 8.4 and 8.5. Ref: https://github.com/Brain-WP/BrainMonkey/releases/tag/2.7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5ba655..5f73896 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require": { "php": ">=5.6", - "brain/monkey": "^2.6.2", + "brain/monkey": "^2.7.0", "yoast/phpunit-polyfills": "^1.1.5" }, "require-dev": {