diff --git a/composer.json b/composer.json
index f00be7986f94e9c93acede527cc4df32c32e9c75..b3402f6da32c4b2729230f64ba149473f05ad3e5 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 974d8d854abbfb0e4515dca2266f399ed1f6e971..df5806e0f99ccfbeb76937b65bbcb0fea681f53f 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' =>