[FEATURE] Compatibility for TYPO3 7
composer.json
0 → 100644
{ | ||
"name": "sgalinski/lfeditor", | ||
"type": "typo3-cms-extension", | ||
"description": "Language File Editor", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0+"], | ||
"version": "3.2.0", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-lfeditor" | ||
}, | ||
"require": { | ||
"typo3/cms-core": "*" | ||
}, | ||
"replace": { | ||
"lfeditor": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\Lfeditor\\Controller": "Classes/" | ||
} | ||
} | ||
} |
Please register or sign in to comment