Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit aa595fe

Browse files
[TASK] Adjust the version dependencies for TYPO3 10.3
1 parent ca3c2da commit aa595fe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"license": "GPL-3.0-or-later",
1818
"require": {
19-
"typo3/cms-core": "^9.5.9 || ^10.1.0 || ^10.2.0",
20-
"typo3/cms-backend": "^9.5.9 || ^10.1.0 || ^20.2.0"
19+
"typo3/cms-core": "^9.5.9 || ^10.1.0",
20+
"typo3/cms-backend": "^9.5.9 || ^10.1.0"
2121
},
2222
"authors": [
2323
{

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
'uploadfolder' => '0',
2626
'createDirs' => '',
2727
'clearCacheOnLoad' => 0,
28-
'version' => '0.0.5',
28+
'version' => '0.0.6',
2929
'constraints' => array(
3030
'depends' => array(
31-
'typo3' => '9.5.9-10.2.99'
31+
'typo3' => '9.5.9-10.3.99'
3232
),
3333
'conflicts' => array(
3434
),

0 commit comments

Comments
 (0)