Skip to content
Snippets Groups Projects
Commit 3f5bcc29 authored by Mathias Brodala's avatar Mathias Brodala
Browse files

[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
1 merge request!11[BUGFIX] Add PHP version constraint to Composer manifest
......@@ -15,6 +15,7 @@
}
],
"require": {
"php": ">=7.0.0 <7.2",
"typo3/cms-core": "7.6.0 - 8.7.99",
"sgalinski/tinymce": "^5.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment