Skip to content

Commit

Permalink
release: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smichaelsen committed Dec 4, 2023
1 parent d6315ba commit 2bf825f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => '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' => []
],
];

0 comments on commit 2bf825f

Please sign in to comment.