We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708fefb commit c6a047dCopy full SHA for c6a047d
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "~8.3.0",
+ "php": "^8.3.0 || ^8.4.0",
19
"ext-exif": "*",
20
"ext-gd": "*",
21
"laravel/framework": "^11.31"
src/Root.php
@@ -25,7 +25,7 @@ class Root
25
*
26
* @var string
27
*/
28
- public const VERSION = '2.5.3';
+ public const VERSION = '2.5.4';
29
30
/**
31
* The registered booting callbacks.
0 commit comments