We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc4506 commit 24d1cabCopy full SHA for 24d1cab
composer.json
@@ -21,6 +21,6 @@
21
},
22
"require": {
23
"php": "^7.2.0",
24
- "typo3/cms-core": "^v10.4.6"
+ "typo3/cms-core": "^v10.4.6 || ^v11.5.0"
25
}
26
ext_emconf.php
@@ -12,7 +12,7 @@
12
'version' => '1.0.5',
13
'constraints' => array(
14
'depends' => array(
15
- 'typo3' => '10.4.0-10.4.99'
+ 'typo3' => '10.4.0-11.5.99'
16
),
17
'conflicts' => array(),
18
'suggests' => array(),
0 commit comments