Skip to content

Commit 4e0127e

Browse files
committed
build: fix required version in composer.json
7.4 for production, 8.2 for development
1 parent 20daf97 commit 4e0127e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"type": "project",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"php": ">=8.2"
7+
"php": ">=7.4"
88
},
99
"require-dev": {
10+
"php": ">=8.2",
1011
"phpunit/phpunit": "^11.0"
1112
},
1213
"autoload-dev": {

0 commit comments

Comments
 (0)