Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 9.5.25-dev
Browse files Browse the repository at this point in the history
Change-Id: I65cfc97d080ca8a54cb68b3856f0d85ba36cbfc7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67134
Tested-by: TYPO3com <[email protected]>
Tested-by: Oliver Hader <[email protected]>
Reviewed-by: Oliver Hader <[email protected]>
  • Loading branch information
bmack authored and ohader committed Dec 15, 2020
1 parent bcf0cf0 commit cf0f106
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.5.24',
'version' => '9.5.25',
'constraints' => [
'depends' => [
'typo3' => '9.5.24',
'typo3' => '9.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "9.5.24",
"typo3/cms-extbase": "9.5.24",
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-extbase": "9.5.*@dev",
"typo3fluid/fluid": "^2.6.10"
},
"conflict": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.5.24',
'version' => '9.5.25',
'constraints' => [
'depends' => [
'core' => '9.5.24',
'extbase' => '9.5.24',
'core' => '9.5.25',
'extbase' => '9.5.25',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit cf0f106

Please sign in to comment.