Skip to content
Snippets Groups Projects
Commit d1cc860e authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

Merge branch 'patch-1' into 'master'

[BUGFIX] Add PHP version constraint to Composer manifest

See merge request !12
parents fa5e2d7f 37fae78f
No related branches found
No related tags found
1 merge request!12[BUGFIX] Add PHP version constraint to Composer manifest
......@@ -9,6 +9,7 @@
"issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues"
},
"require": {
"php": ">=7.0.0 <7.2",
"typo3/cms-core": "7.6.0 - 8.7.99"
},
"replace": {
......
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