[BUGFIX] Add PHP version constraint to Composer manifest
This prevents installation in environments still using PHP 5.6.
parent
84a79116
No related branches found
No related tags found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
... | ... | @@ -15,6 +15,7 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=7.0.0 <7.2", | ||
"typo3/cms-core": "7.6.0 - 8.7.99", | ||
"sgalinski/tinymce": "^5.0" | ||
}, | ||
... | ... |
Please register or sign in to comment