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