Skip to content

Commit

Permalink
Bump CakePHP support to >=4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arajcany committed Mar 11, 2024
1 parent 042fdcf commit 52ccde0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 3 additions & 1 deletion tests/Graphics/Ghostscript/GhostscriptCommandsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


namespace Graphics\Ghostscript;

use Imagick;
Expand All @@ -9,6 +8,9 @@
use arajcany\PrePressTricks\Graphics\Ghostscript\GhostscriptCommands;
use arajcany\PrePressTricks\Utilities\Boxes;

/**
* Class GhostscriptCommandsTest
*/
class GhostscriptCommandsTest extends TestCase
{
public $tstHomeDir;
Expand Down

0 comments on commit 52ccde0

Please sign in to comment.