Skip to content

Commit 6736d42

Browse files
committed
[TASK] increase version to 5.1.0
1 parent 16f3df4 commit 6736d42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"issues": "https://github.com/Starkmann/yacy/issues"
1515
},
1616
"require": {
17-
"typo3/cms-core": "^12.4"
17+
"typo3/cms-core": "^11.5 || ^12.4"
1818
},
1919
"replace": {
2020
"typo3-ter/yacy": "self.version"
@@ -29,7 +29,7 @@
2929
"extension-key": "yacy"
3030
},
3131
"branch-alias":{
32-
"dev-main": "5.0.x-dev"
32+
"dev-main": "5.1.x-dev"
3333
}
3434
}
3535
}

ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
'author' => 'Eike Starkmann',
1818
'author_email' => '[email protected]',
1919
'state' => 'stable',
20-
'version' => '5.0.0',
20+
'version' => '5.1.0',
2121
'constraints' => [
2222
'depends' => [
23-
'typo3' => '12.4.0-12.4.99',
23+
'typo3' => '11.5.0-12.4.99',
2424
],
2525
'conflicts' => [
2626
],

0 commit comments

Comments
 (0)