Skip to content

Commit 9d6bdf4

Browse files
committed
chore: update minimum PHP requirement to 8.4
Update the project's minimum PHP version requirement from 8.3 to 8.4 to align with the latest development standards and ensure compatibility with newer PHP features and security updates.
1 parent ca69073 commit 9d6bdf4

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "AGPL-3.0-or-later",
66
"require": {
7-
"php": ">=8.3"
7+
"php": ">=8.4"
88
},
99
"require-dev": {
1010
"phpstan/phpstan": "^1.12",

0 commit comments

Comments
 (0)