diff --git a/ext_emconf.php b/ext_emconf.php index 43fda781c788bf0f80f19650bc7caf5b0f85f58f..b52cdacee5080a1abf510b1a449903511c115aa4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,7 +1,7 @@ <?php $EM_CONF[$_EXTKEY] = [ - 'title' => 'sgalinski News System', + 'title' => 'News System', 'description' => 'News System', 'category' => 'plugin', 'author' => 'Stefan Galinski', @@ -23,7 +23,7 @@ $EM_CONF[$_EXTKEY] = [ 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0-7.6.99', - 'php' => '5.5.0-5.6.99', + 'php' => '5.5.0-7.0.99', ], 'conflicts' => [], 'suggests' => [ @@ -32,5 +32,4 @@ $EM_CONF[$_EXTKEY] = [ ], ], 'suggests' => [], - '_md5_values_when_last_written' => '', ];