Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove recursive dependency to TYPO3
To avoid composer issues, we remove the backwards dependency here again.
- Loading branch information
c27c358
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @helhum !
Could you also update the typo3-cms composer.lock?
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_8-7/composer.lock#L1307
It still references cms-cli 1.0.1, which makes our composer fail:
c27c358
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do. Meanwhile @LeoniePhiline you can fix this by calling composer like so:
COMPOSER_ROOT_VERSION=8.7.0 composer install --no-dev
c27c358
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please vote: https://review.typo3.org/53941