-
Kevin Ditscheid authoredKevin Ditscheid authored
This project manages its dependencies using Composer.
Learn more
composer.json 676 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": "2.0.9",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms-core": "^8.7.22 || ^9.5.2",
"sgalinski/sg-mail": ">=4.7",
"sgalinski/sg-seo": ">=1.1.3",
"typo3-ter/static-info-tables-de": "^6.6.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"replace": {
"sg_jobs": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgJobs\\": "Classes/"
}
}
}