From 15e82d525c489a0236c139e03016b56c44e9c9ed Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Fri, 5 Jan 2018 17:03:37 +0100 Subject: [PATCH] [TASK] Release version 1.7.0 with pseudo compatibility to TYPO3 8 for installation reasons --- composer.json | 4 ++-- ext_emconf.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 20610bc..aaa8de2 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "description": "The extension provieds a basis REST environment. New endpoints provides a REST environment, so that other extensions only need to register them.", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0+", - "version": "1.6.2", + "version": "1.7.0", "require": { - "typo3/cms-core": ">=6.2.0,<8.0" + "typo3/cms-core": "7.6.0 - 8.7.99" }, "replace": { "sg_rest": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 1da5f00..e624678 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,11 +19,11 @@ $EM_CONF[$_EXTKEY] = array( 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '1.6.2', + 'version' => '1.7.0', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.0-7.6.99', - 'php' => '5.4.0-7.0.99', + 'typo3' => '7.6.0-8.7.99', + 'php' => '5.5.0-7.1.99', ), 'conflicts' => array(), 'suggests' => array(), @@ -32,4 +32,4 @@ $EM_CONF[$_EXTKEY] = array( '_md5_values_when_last_written' => '', ); -?> +?> \ No newline at end of file -- GitLab