diff --git a/ext_emconf.php b/ext_emconf.php index 239a223..efc555b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,17 +4,17 @@ 'description' => 'Can render a TypoScript path by URL, especially useful for Ajax dispatching', 'category' => 'Rendering', 'author' => 'Helmut Hummel', - 'author_email' => 'info@helmut-hummel.de', + 'author_email' => 'info@helhum.io', 'author_company' => 'helhum.io', 'state' => 'stable', 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '2.3.1', + 'version' => '2.4.0', 'constraints' => [ 'depends' => [ - 'php' => '7.2.0-7.4.999', - 'typo3' => '9.5.0-10.4.99', + 'php' => '7.2.0-8.999.999', + 'typo3' => '9.5.31-11.5.99', ], 'conflicts' => [ ],