Skip to content

Commit c6a047d

Browse files
committed
wip
1 parent 708fefb commit c6a047d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.3.0",
18+
"php": "^8.3.0 || ^8.4.0",
1919
"ext-exif": "*",
2020
"ext-gd": "*",
2121
"laravel/framework": "^11.31"

src/Root.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Root
2525
*
2626
* @var string
2727
*/
28-
public const VERSION = '2.5.3';
28+
public const VERSION = '2.5.4';
2929

3030
/**
3131
* The registered booting callbacks.

0 commit comments

Comments
 (0)