Edit version and constraints

This commit is contained in:
Dirk Koritnik 2021-09-07 19:02:15 +02:00
parent ce6d50a7d7
commit a0cf9f30a6

View file

@ -10,10 +10,10 @@ $EM_CONF['events'] = [
'uploadfolder' => 1, 'uploadfolder' => 1,
'createDirs' => '', 'createDirs' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'version' => '1.2.0', 'version' => '2.0.0',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '9.5.0-9.5.99', 'typo3' => '10.4.00-10.4.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], 'suggests' => [],