-
- Downloads
[BUGFIX] Fix broken composer.json and ext_emconf.php
{ | ||
"name": "sgalinski/tinymce", | ||
"type": "typo3-cms-extension", | ||
"description": "TinyMCE sources including a small PHP API", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": "GPL-2.0+", | ||
"version": "4.3.13", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-tinymce" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "*" | ||
}, | ||
"replace": { | ||
"tinymce": "self.version", | ||
"typo3-ter/tinymce: "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\Tinymce\\": "Classes/" | ||
} | ||
} | ||
"name": "sgalinski/tinymce", | ||
"type": "typo3-cms-extension", | ||
"description": "TinyMCE sources including a small PHP API", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": "GPL-2.0+", | ||
"version": "4.3.13", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-tinymce" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "*" | ||
}, | ||
"replace": { | ||
"tinymce": "self.version", | ||
"typo3-ter/tinymce": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\Tinymce\\": "Classes/" | ||
} | ||
} | ||
} |
Please register or sign in to comment