-
- Downloads
[TASK] Lower the minimum requirement of php to 7.1
... | ... | @@ -14,7 +14,7 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=7.2.0 <7.4 ", | ||
"php": ">=7.1.0 <7.4", | ||
"typo3/cms-core": "^8.7.0 || ^9.5.1" | ||
}, | ||
"require-dev": { | ||
... | ... |
Please register or sign in to comment