Skip to content

Commit 74465ee

Browse files
committed
TASK: Raise minimum PHP to 7.4
… as typed class properties are used in the code.
1 parent b8ddbbf commit 74465ee

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
@@ -5,7 +5,7 @@
55
"homepage": "http://flowpack.org/",
66
"license": ["LGPL-3.0-only"],
77
"require": {
8-
"php": "^7.3 || ^8.0",
8+
"php": "^7.4 || ^8.0",
99
"ext-json": "*",
1010

1111
"flowpack/elasticsearch": "^5.0 || dev-master",

0 commit comments

Comments
 (0)