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
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
"license": [ "license": [
"GPL-2.0+" "GPL-2.0+"
], ],
"version": "1.6.1", "version": "1.6.2",
"support": { "support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
}, },
"require": { "require": {
"roave/security-advisories": "dev-master", "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", "sjbr/static-info-tables": "^6.5.0",
"typo3-ter/static-info-tables-de": "^6.4.0", "typo3-ter/static-info-tables-de": "^6.4.0",
"sgalinski/sg-mail": "^4.1" "sgalinski/sg-mail": "^4.1"
......
...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array ( ...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs', 'title' => 'Jobs',
'description' => 'Manage and display your Job offers.', 'description' => 'Manage and display your Job offers.',
'category' => 'plugin', 'category' => 'plugin',
'version' => '1.6.1', 'version' => '1.6.2',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', 'createDirs' => '',
...@@ -16,7 +16,7 @@ $EM_CONF[$_EXTKEY] = array ( ...@@ -16,7 +16,7 @@ $EM_CONF[$_EXTKEY] = array (
array ( array (
'depends' => 'depends' =>
array ( array (
'typo3' => '7.6.0-8.7.99', 'typo3' => '8.7.0-8.7.99',
'php' => '5.6.0-7.2.99', 'php' => '5.6.0-7.2.99',
), ),
'conflicts' => '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