[BUGFIX] correct TYPO3 version constraints – sg_jobs is not compatible with TYPO3 < 8
... | ... | @@ -6,13 +6,13 @@ |
"license": [ | ||
"GPL-2.0+" | ||
], | ||
"version": "1.6.1", | ||
"version": "1.6.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", | ||
"typo3/cms-core": "8.7.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" | ||
... | ... |
Please register or sign in to comment