We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a2d2a commit 058dfafCopy full SHA for 058dfaf
2 files changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ayacoo/redirect-tab",
3
"type": "typo3-cms-extension",
4
- "version": "4.0.2",
+ "version": "4.0.3",
5
"description": "Show TYPO3 redirects in the page properties",
6
"authors": [
7
ext_emconf.php
@@ -8,12 +8,12 @@
8
'author_email' => 'info@ayacoo.de',
9
'state' => 'stable',
10
'clearCacheOnLoad' => 0,
11
- 'version' => '4.0.2',
+ 'version' => '4.0.3',
12
'constraints' => [
13
'depends' => [
14
'typo3' => '13.0.0-13.4.99',
15
'redirects' => '13.0.0-13.4.99',
16
- 'php' => '8.2.0-8.4.99',
+ 'php' => '8.2.0-8.5.99',
17
],
18
'conflicts' => [
19
0 commit comments