Skip to content
Snippets Groups Projects
composer.json 650 B
Newer Older
	"name": "sgalinski/sg-news",
	"type": "typo3-cms-extension",
	"description": "News System",
	"homepage": "https://www.sgalinski.de",
	"license": [
		"GPL-2.0+"
	],
Philipp Nowinski's avatar
Philipp Nowinski committed
	"version": "3.7.1",
	"support": {
	},
	"repositories": [
		{
			"type": "composer",
			"url": "https://packages.sgalinski.de/"
		}
	],
	"require": {
		"typo3/cms-core": "^7.6"
	},
	"suggest": {
		"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/"
		}
	}