Newer
Older
"name": "sgalinski/sg-news",
"type": "typo3-cms-extension",
"description": "News System",
"homepage": "https://www.sgalinski.de",
"license": [
"support": {
},
"repositories": [
{
"type": "composer",
"url": "https://packages.sgalinski.de/"
},
{
"type": "vcs",
"url": "https://github.com/froemken/repair_translation.git"
},
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"require": {
"typo3/cms-core": "7.6.0 - 8.7.99",
"stefanfroemken/repair_translation": "^1.0"
},
"suggest": {
"sgalinski/languagevisibility": "Minimum version 1.1 required, if multi language is enabled",
"sgalinski/sg-ajax": "Needed for the like feature",
"sgalinski/sg-comments": "Flexible comments system",
"typo3-ter/rx-shariff": "Social Share possibilities"
},
"replace": {
"sg_news": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgNews\\": "Classes/"
}
}