Skip to content
Snippets Groups Projects
composer.json 491 B
Newer Older
{
	"name": "sgalinski/sg-jobs",
	"type": "typo3-cms-extension",
	"description": "sgalinski Jobs Extension - Manage and display your Job offers",
	"homepage": "https://www.sgalinski.de",
	"license": [
		"GPL-2.0+"
	],
	"version": "1.0.1",
	"support": {
		"issues": "https://gitlab.sgalinski.de/Oppermann/sg_jobs"
	},
	"replace": {
		"sg_jobs": "self.version"
	},
	"autoload": {
		"psr-4": {
			"SGalinski\\SgJobs\\": "Classes/"
		}
	}
}