Skip to content
Snippets Groups Projects
composer.json 1018 B
Newer Older
	"name": "sgalinski/sg-news",
	"type": "typo3-cms-extension",
	"description": "News System",
	"homepage": "https://www.sgalinski.de",
	"license": [
	"version": "5.6.4",
	"support": {
	},
	"repositories": [
		{
			"type": "composer",
			"url": "https://packages.sgalinski.de/"
		"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/"
		}
	}