-
Stefan Galinski authoredStefan Galinski authored
This project manages its dependencies using Composer.
Learn more
composer.json 650 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": "3.3.1",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms-core": "^9.5.2",
"sgalinski/project-base": "^5.0",
"sgalinski/sg-mail": "^5.0",
"sgalinski/sg-seo": "^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"replace": {
"sg_jobs": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgJobs\\": "Classes/"
}
}
}