Skip to content
Snippets Groups Projects
Commit 15e82d52 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release version 1.7.0 with pseudo compatibility to TYPO3 8 for installation reasons

parent 19d0fef2
No related branches found
Tags 1.7.0
No related merge requests found
......@@ -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"
......
......@@ -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
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