Skip to content

Commit

Permalink
[CLEANUP] updates version constraints in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBMP committed Nov 5, 2024
1 parent bcf33d3 commit eefbce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "px_dbsequencer"
* Extension Manager/Repository config file for ext: "px_dbmigrator"
***************************************************************/

$EM_CONF[$_EXTKEY] = [
Expand All @@ -14,7 +14,7 @@
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '13.0.0-13.4.99',
'typo3' => '13.4.0-13.4.99',
],
],
];

0 comments on commit eefbce7

Please sign in to comment.