From d26172b5cbef40c74bbcbaa1297b380dace4a2dc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 6 Jun 2017 11:45:23 +0200 Subject: [PATCH] BUGFIX: Adjust emconf * Fix TYPO3 Version constraint. * Adjust author. --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 0b68b51..3aab0c7 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ $EM_CONF[$_EXTKEY] = [ 'category' => 'be', 'constraints' => [ 'depends' => [ - 'typo3' => '6.2.0-6.2.99', + 'typo3' => '7.6.0-7.6.99', 'php' => '5.6.0-7.99.99' ], 'conflicts' => [], @@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [ ], 'state' => 'alpha', 'clearCacheOnLoad' => 1, - 'author' => 'Justus Leon Moroni', - 'author_email' => 'developer@leonmrni.com', + 'author' => 'Daniel Siepmann', + 'author_email' => 'coding@daniel-siepmann.de', 'version' => '1.0.0', ];