Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 24, 2024
1 parent 708fefb commit c6a047d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "~8.3.0",
"php": "^8.3.0 || ^8.4.0",

This comment has been minimized.

Copy link
@szepeviktor

szepeviktor Dec 24, 2024

Collaborator

@iamgergo Both of these include 8.4. Composer has a special way for semver constraints.
https://semver.madewithlove.com/?package=php&constraint=%5E8.3.0

"ext-exif": "*",
"ext-gd": "*",
"laravel/framework": "^11.31"
Expand Down
2 changes: 1 addition & 1 deletion src/Root.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Root
*
* @var string
*/
public const VERSION = '2.5.3';
public const VERSION = '2.5.4';

/**
* The registered booting callbacks.
Expand Down

0 comments on commit c6a047d

Please sign in to comment.