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 @@