Skip to content

Commit

Permalink
12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Wappler committed Dec 5, 2023
1 parent 5239340 commit 694adcd
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,19 @@
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = [
'title' => 'Core upgrader',
'description' => 'Run upgrade wizards for multiple TYPO3 versions at once',
'category' => 'cli',
'author' => 'Sven Wappler',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'state' => 'stable',
'version' => '12.0.0',
'constraints' =>
[
'depends' =>
[
'typo3' => '12.4.0-12.4.99',
$EM_CONF['core_upgrader2'] = [
'title' => 'Core upgrader',
'description' => 'Run upgrade wizards for multiple TYPO3 versions at once',
'category' => 'cli',
'author' => 'Sven Wappler',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'state' => 'stable',
'version' => '12.0.1',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
],
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];

0 comments on commit 694adcd

Please sign in to comment.