Skip to content

Commit 9e73729

Browse files
authored
Merge pull request #475 from cakephp/require-php84
Require PHP 8.4 for createFromTimestamp() siganture
2 parents 3157ad6 + 3d6342e commit 9e73729

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)