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

[TASK] Update ext_emconf.php

parent 05e98f93
No related branches found
No related tags found
No related merge requests found
<?php <?php
$EM_CONF[$_EXTKEY] = [ $EM_CONF[$_EXTKEY] = [
'title' => 'sgalinski News System', 'title' => 'News System',
'description' => 'News System', 'description' => 'News System',
'category' => 'plugin', 'category' => 'plugin',
'author' => 'Stefan Galinski', 'author' => 'Stefan Galinski',
...@@ -23,7 +23,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -23,7 +23,7 @@ $EM_CONF[$_EXTKEY] = [
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '7.6.0-7.6.99', 'typo3' => '7.6.0-7.6.99',
'php' => '5.5.0-5.6.99', 'php' => '5.5.0-7.0.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [ 'suggests' => [
...@@ -32,5 +32,4 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -32,5 +32,4 @@ $EM_CONF[$_EXTKEY] = [
], ],
], ],
'suggests' => [], 'suggests' => [],
'_md5_values_when_last_written' => '',
]; ];
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