diff --git a/composer.json b/composer.json index 1a7ae44a..c755903e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "~8.3.0", + "php": "^8.3.0 || ^8.4.0", "ext-exif": "*", "ext-gd": "*", "laravel/framework": "^11.31" diff --git a/src/Root.php b/src/Root.php index 05553874..3d31386a 100644 --- a/src/Root.php +++ b/src/Root.php @@ -25,7 +25,7 @@ class Root * * @var string */ - public const VERSION = '2.5.3'; + public const VERSION = '2.5.4'; /** * The registered booting callbacks.