Skip to content

Commit

Permalink
[TASK] Remove unused array items from ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Oct 12, 2024
1 parent 0224289 commit e760f09
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
/***************************************************************
* Extension Manager/Repository config file for ext: "sf_event_mgt"
*
* Auto generated by Extension Builder 2014-05-17
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
* Generated at: 2014-05-17
***************************************************************/

$EM_CONF[$_EXTKEY] = [
Expand All @@ -17,15 +13,10 @@
'author' => 'Torben Hansen',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '8.0.0-dev',
'constraints' => [
'depends' => [
'typo3' => '13.3.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];

0 comments on commit e760f09

Please sign in to comment.