{
	"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": "4.3.6",
	"support": {
		"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
	},
	"require": {
		"typo3/cms-core": "^9.5.2 || ^10.4.0",
		"sgalinski/sg-mail": ">=6.0.0"
	},
    "suggest": {
        "sgalinski/sg-seo": ">=4.0.0"
    },
	"replace": {
		"sgalinski/sg_jobs": "self.version"
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "sg_jobs"
		}
	},
	"autoload": {
		"psr-4": {
			"SGalinski\\SgJobs\\": "Classes/"
		}
	}
}