Skip to content

Commit

Permalink
Fix validation of em_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Mar 13, 2024
1 parent 211b85a commit c52446f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'Varnish',
'title' => 'TYPO3 Varnish',
'description' => 'Allow varnish connection within TYPO3',
'category' => 'misc',
'version' => '11.1.0',
'shy' => '',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
Expand Down

0 comments on commit c52446f

Please sign in to comment.