diff --git a/ext_emconf.php b/ext_emconf.php index d277bb6..1f5b6a3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,16 +1,18 @@ 'App Routes', 'description' => 'Easy way to route rest-like URLs to your code', 'category' => 'frontend', 'author' => 'Sebastian Michaelsen', 'author_email' => 'sebastian@michaelsen.io', + 'author_company' => '', 'state' => 'stable', - 'version' => '1.4.2', + 'version' => '2.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.99.99', ], + 'conflicts' => [], + 'suggests' => [] ], ];