-
- Downloads
[BUGFIX] Fix broken composer.json and ext_emconf.php
{ | { | ||
"name": "sgalinski/tinymce", | "name": "sgalinski/tinymce", | ||
"type": "typo3-cms-extension", | "type": "typo3-cms-extension", | ||
"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+", | "license": "GPL-2.0+", | ||
"version": "4.3.13", | "version": "4.3.13", | ||
"support": { | "support": { | ||
"issues": "https://forge.typo3.org/projects/extension-tinymce" | "issues": "https://forge.typo3.org/projects/extension-tinymce" | ||
}, | }, | ||
"require": { | "require": { | ||
"typo3/cms-core": "*" | "typo3/cms-core": "*" | ||
}, | }, | ||
"replace": { | "replace": { | ||
"tinymce": "self.version", | "tinymce": "self.version", | ||
"typo3-ter/tinymce: "self.version" | "typo3-ter/tinymce": "self.version" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
"SGalinski\\Tinymce\\": "Classes/" | "SGalinski\\Tinymce\\": "Classes/" | ||
} | } | ||
} | } | ||
} | } |
Please register or sign in to comment