Newer
Older
Stefan Galinski
committed
"name": "sgalinski/sg-news",
"type": "typo3-cms-extension",
"description": "News System",
"homepage": "https://www.sgalinski.de",
"license": [
"GPL-2.0-or-later"
],
Stefan Galinski
committed
"support": {
},
"repositories": [
{
"type": "composer",
"url": "https://packages.sgalinski.de/"
}
],
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0",
Stefan Galinski
committed
},
"suggest": {
"sgalinski/sg-ajax": "Required for the like feature",
"sgalinski/sg-comments": "Flexible comments system"
},
"replace": {
"sgalinski/sg_news": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "sg_news"
}
},
"autoload": {
"psr-4": {
"SGalinski\\SgNews\\": "Classes/"
}
}