We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f3df4 commit 6736d42Copy full SHA for 6736d42
composer.json
@@ -14,7 +14,7 @@
14
"issues": "https://github.com/Starkmann/yacy/issues"
15
},
16
"require": {
17
- "typo3/cms-core": "^12.4"
+ "typo3/cms-core": "^11.5 || ^12.4"
18
19
"replace": {
20
"typo3-ter/yacy": "self.version"
@@ -29,7 +29,7 @@
29
"extension-key": "yacy"
30
31
"branch-alias":{
32
- "dev-main": "5.0.x-dev"
+ "dev-main": "5.1.x-dev"
33
}
34
35
ext_emconf.php
@@ -17,10 +17,10 @@
'author' => 'Eike Starkmann',
'author_email' => '[email protected]',
'state' => 'stable',
- 'version' => '5.0.0',
+ 'version' => '5.1.0',
21
'constraints' => [
22
'depends' => [
23
- 'typo3' => '12.4.0-12.4.99',
+ 'typo3' => '11.5.0-12.4.99',
24
],
25
'conflicts' => [
26
0 commit comments