[FEATURE] Update this extension for TYPO3 7 LTS
Showing
composer.json
0 → 100644
{ | ||
"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.2.8", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-tinymce" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "*" | ||
}, | ||
"replace": { | ||
"tinymce": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\Tinymce\\": "Classes/" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment