Skip to content

Commit

Permalink
[TASK] Allow typo3/cms to be installed with Composer 2
Browse files Browse the repository at this point in the history
Currently the dev dependency ocramius/package-versions does not
work with Composer 2. To overcome this, Composer published
an API compatible package which can be used as replacement.

This does not affect any published package. It is only
a preparation to be able to switch to Composer 2
for testing and packaging.

composer req --dev composer/package-versions-deprecated --no-update
composer up typo3/class-alias-loader typo3/cms-composer-installers composer/package-versions-deprecated ocramius/package-versions

Releases: 10.4, master
Resolves: #91864
Change-Id: I943cb07486f444c1d971afcde37c0d5fe2becd13
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65086
Tested-by: Helmut Hummel <typo3@helhum.io>
Reviewed-by: Helmut Hummel <typo3@helhum.io>
  • Loading branch information
helhum committed Jul 26, 2020
1 parent 1da944b commit 9ad1b7d
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 88 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -83,6 +83,7 @@
"codeception/module-asserts": "^1.1",
"codeception/module-filesystem": "^1.0",
"codeception/module-webdriver": "^1.0.1",
"composer/package-versions-deprecated": "^1.10",
"friendsofphp/php-cs-fixer": "^2.16.1",
"friendsoftypo3/phpstan-typo3": "~0.2",
"php-webdriver/webdriver": "^1.8",
Expand Down

0 comments on commit 9ad1b7d

Please sign in to comment.