From c7b75ad5f7180affe175a1e107793dc939dd359e Mon Sep 17 00:00:00 2001
From: Philipp Nowinski <philipp@sgalinski.de>
Date: Tue, 23 Jan 2018 15:49:10 +0100
Subject: [PATCH] =?UTF-8?q?[BUGFIX]=20correct=20TYPO3=20version=20constrai?=
 =?UTF-8?q?nts=20=E2=80=93=20sg=5Fjobs=20is=20not=20compatible=20with=20TY?=
 =?UTF-8?q?PO3=20<=208?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json  | 4 ++--
 ext_emconf.php | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index f00be798..b3402f6d 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
diff --git a/ext_emconf.php b/ext_emconf.php
index 974d8d85..df5806e0 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -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' =>
-- 
GitLab