Actions
Task #84102
closedSet COMPOSER_ROOT_VERSION to 9.2.0@dev for bamboo
Start date:
2018-03-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If typo3/testing-framework needs to be synced with changes
in core it needs to require the dev branch of the upcoming
release as the compatibility to previous releases needs to
be dropped.
Therefore it has to define a dependency in composer.json like:
"typo3/cms-core": "^9.2@dev"
If composer install is executed with COMPOSER_ROOT_VERSION
set to 9.1.0 that produces a conflict, therefore the version
should be raised to 9.2.0@dev.
Actions