-
Torsten Oppermann authoredTorsten Oppermann authored
This project manages its dependencies using Composer.
Learn more
composer.json 491 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.0.1",
"support": {
"issues": "https://gitlab.sgalinski.de/Oppermann/sg_jobs"
},
"require": {
"typo3/cms-core": "7.6.0 - 8.7.99"
},
"replace": {
"sg_jobs": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgJobs\\": "Classes/"
}
}
}