Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 706 B
{
	"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-or-later"
	],
	"version": "1.13.1",
	"support": {
		"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
	},
	"require": {
		"roave/security-advisories": "dev-master",
		"typo3/cms-core": "8.7.0 - 8.7.99",
		"sjbr/static-info-tables": "^6.5.0",
		"typo3-ter/static-info-tables-de": "^6.4.0",
		"kaesetoast/static-info-tables-zh": "^6.2.7",
		"sgalinski/sg-mail": "^4.1"
	},
	"replace": {
		"sg_jobs": "self.version"
	},
	"autoload": {
		"psr-4": {
			"SGalinski\\SgJobs\\": "Classes/"
		}
	}
}