From 51ac64001d76f23e6c098600b3e5490014b5045d Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 31 Jan 2026 05:39:18 +0100 Subject: [PATCH] Bump minimum cakephp-tools and search plugin versions - cakephp-tools ^3.12.0: fixes Message::addAttachment() signature incompatibility with CakePHP 5.3 - friendsofcake/search ^7.7.0: fixes searchManager/isSearch/searchParams behavior call deprecations on CakePHP 5.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b35f11dd..0294546c 100755 --- a/composer.json +++ b/composer.json @@ -36,10 +36,10 @@ "cakephp/migrations": "^4.5.1", "dereuromark/cakephp-ide-helper": "^2.0.0", "dereuromark/cakephp-templating": "^0.2.7", - "dereuromark/cakephp-tools": "^3.0.0", + "dereuromark/cakephp-tools": "^3.12.0", "dereuromark/cakephp-dto": "^2.1.0", "fig-r/psr2r-sniffer": "dev-master", - "friendsofcake/search": "^7.0.0", + "friendsofcake/search": "^7.7.0", "phpunit/phpunit": "^11.5 || ^12.1" }, "suggest": {