Skip to content

Commit 058dfaf

Browse files
committed
Update version
1 parent f3a2d2a commit 058dfaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ayacoo/redirect-tab",
33
"type": "typo3-cms-extension",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"description": "Show TYPO3 redirects in the page properties",
66
"authors": [
77
{

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
'author_email' => 'info@ayacoo.de',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => 0,
11-
'version' => '4.0.2',
11+
'version' => '4.0.3',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '13.0.0-13.4.99',
1515
'redirects' => '13.0.0-13.4.99',
16-
'php' => '8.2.0-8.4.99',
16+
'php' => '8.2.0-8.5.99',
1717
],
1818
'conflicts' => [
1919
],

0 commit comments

Comments
 (0)