Skip to content

Commit

Permalink
[BUGFIX] fixes typo in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBMP committed Feb 13, 2024
1 parent 4933cb1 commit 32cb7e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "migrator".
* Extension Manager/Repository config file for ext: "px_dbsequencer"
***************************************************************/
$EM_CONF['migrator'] = [

$EM_CONF[$_EXTKEY] = [
'title' => 'DB Migrator',
'description' => 'TYPO3 DB Migrator',
'category' => 'be',
'state' => 'beta',
'author' => 'Sebastian Michaelsen, portrino GmbH',
'author_email' => '[email protected], [email protected]',
'author_company' => 'app zap, portrino GmbH',
'version' => '2.0.1',
'version' => '2.0.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.4.99',
Expand Down

0 comments on commit 32cb7e0

Please sign in to comment.