From b5e3879244a25a63b150dd384ca5f16234562336 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 7 Nov 2024 13:24:46 +0100 Subject: [PATCH] Composer: update BrainMonkey to `^2.6.2` Set the minimum supported BrainMonkey version to the release which adds compatibility with PHP 8.4. Refs: * https://github.com/Brain-WP/BrainMonkey/releases/tag/2.6.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90fae2e..ba9bf04 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require": { "php": ">=5.6", - "brain/monkey": "^2.6.1", + "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "require-dev": {