-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Remove unused array items from ext_emconf.php
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] = [ | ||
|
@@ -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' => [], | ||
], | ||
]; |