Skip to content
Snippets Groups Projects
composer.json 758 B
Newer Older
	"name": "sgalinski/sg-news",
	"type": "typo3-cms-extension",
	"description": "News System",
	"homepage": "https://www.sgalinski.de",
	"license": [
	"version": "9.3.4",
	"support": {
	},
	"repositories": [
		{
			"type": "composer",
			"url": "https://packages.sgalinski.de/"
		}
	],
	"require": {
		"typo3/cms-core": "^9.5.0 || ^10.4.0"
		"sgalinski/sg-ajax": "Needed for the like feature",
		"sgalinski/sg-comments": "Flexible comments system"
		"sgalinski/sg_news": "self.version"
	"extra": {
		"typo3/cms": {
			"extension-key": "sg_news"
		}
	},
	"autoload": {
		"psr-4": {
			"SGalinski\\SgNews\\": "Classes/"
		}
	}