diff --git a/composer.json b/composer.json
index 9a7a967f9cc3f5e7b9305b5294bdfade2ac7c6db..d4b398242dd8289567e321bbb9f07866ca98c756 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
 	"description": "RTE integration of TinyMCE for TYPO3.",
 	"homepage": "https://www.sgalinski.de",
 	"license": "GPL-2.0-or-later",
-	"version": "3.0.2",
+	"version": "3.0.3",
 	"support": {
 		"issues": "https://gitlab.sgalinski.de/typo3/tinymce4_rte/issues"
 	},
@@ -15,7 +15,6 @@
 		}
 	],
 	"require": {
-		"php": ">=7.0.0 <7.2",
 		"typo3/cms-core": "7.6.0 - 8.7.99",
 		"sgalinski/tinymce": "^5.0"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index 5ce8f58e8cc815d2fd5c057a09b78abc8afe53ed..86ec1219139f371e359202527f63c788f27ca84c 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
 	'title' => 'TinyMCE4 as TYPO3 RTE',
 	'description' => 'RTE integration of TinyMCE for TYPO3.',
 	'category' => 'be',
-	'version' => '3.0.2',
+	'version' => '3.0.3',
 	'state' => 'stable',
 	'uploadfolder' => FALSE,
 	'createDirs' => '',
@@ -20,7 +20,7 @@ $EM_CONF[$_EXTKEY] = [
 		[
 			'depends' =>
 				[
-					'php' => '7.0.0-7.1.99',
+					'php' => '7.0.0-7.2.99',
 					'typo3' => '7.6.0-8.7.99',
 					'tinymce' => '5.0.0-5.0.99',
 				],
@@ -37,4 +37,4 @@ $EM_CONF[$_EXTKEY] = [
 			'suggests' =>
 				[],
 		],
-];
+];
\ No newline at end of file