Skip to content
Snippets Groups Projects

[BUGFIX] Add PHP version constraint to Composer manifest

Merged Mathias Brodala requested to merge mbrodala/tinymce4_rte:patch-1 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -15,6 +15,7 @@
}
],
"require": {
"php": ">=7.0.0 <7.2",
"typo3/cms-core": "7.6.0 - 8.7.99",
},
Loading