-
- Downloads
[TASK] Release of version 5.0.4 / Increase PHP restriction to PHP 7.2
... | @@ -4,12 +4,11 @@ | ... | @@ -4,12 +4,11 @@ |
"description": "TinyMCE sources including a small PHP API", | "description": "TinyMCE sources including a small PHP API", | ||
"homepage": "https://www.sgalinski.de", | "homepage": "https://www.sgalinski.de", | ||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||
"version": "5.0.3", | "version": "5.0.4", | ||
"support": { | "support": { | ||
"issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" | "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=7.0.0 <7.2", | |||
"typo3/cms-core": "7.6.0 - 8.7.99" | "typo3/cms-core": "7.6.0 - 8.7.99" | ||
}, | }, | ||
"replace": { | "replace": { | ||
... | ... |
Please register or sign in to comment