Skip to content
Snippets Groups Projects
Commit c7b75ad5 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] correct TYPO3 version constraints – sg_jobs is not compatible with TYPO3 < 8

parent 5b7d7ba7
No related branches found
Tags 1.6.2
No related merge requests found
......@@ -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"
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '1.6.1',
'version' => '1.6.2',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
......@@ -16,7 +16,7 @@ $EM_CONF[$_EXTKEY] = array (
array (
'depends' =>
array (
'typo3' => '7.6.0-8.7.99',
'typo3' => '8.7.0-8.7.99',
'php' => '5.6.0-7.2.99',
),
'conflicts' =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment