From 52ccde03aad89c20226efedc263c80abaa125b8a Mon Sep 17 00:00:00 2001 From: arajcany Date: Mon, 11 Mar 2024 17:27:56 +1100 Subject: [PATCH] Bump CakePHP support to >=4.5 --- composer.json | 4 ++-- tests/Graphics/Ghostscript/GhostscriptCommandsTest.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0b1de8b..690704a 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "ext-soap": "*", "ext-gd": "*", "ext-exif": "*", - "cakephp/core": ">=3.6.0,<5.0.0", - "cakephp/i18n": ">=3.6.0,<5.0.0", + "cakephp/core": ">=4.5", + "cakephp/i18n": ">=4.5", "intervention/image": "^2.7", "league/mime-type-detection": "^1.11" }, diff --git a/tests/Graphics/Ghostscript/GhostscriptCommandsTest.php b/tests/Graphics/Ghostscript/GhostscriptCommandsTest.php index f9138c4..13a57c3 100644 --- a/tests/Graphics/Ghostscript/GhostscriptCommandsTest.php +++ b/tests/Graphics/Ghostscript/GhostscriptCommandsTest.php @@ -1,6 +1,5 @@