Skip to content

Commit 3d6342e

Browse files
committed
Require PHP 8.4 for createFromTimestamp() siganture
1 parent 3157ad6 commit 3d6342e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"source": "https://github.com/cakephp/chronos"
2626
},
2727
"require": {
28-
"php": ">=8.0"
28+
"php": ">=8.4"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^8.0 || ^9.0",

0 commit comments

Comments
 (0)