Skip to content

Commit 8324608

Browse files
committed
Upgraded to composer-runtime-api:^2.1.0
`composer-runtime-api:2.0.x` included deprecations that caused crashes/errors before `composer/composer:2.0.14`, and a restriction to `"conflict": {"composer/composer": "<2.0.14"}` did not work ( Ocramius/ProxyManager#700 (comment) ). In order to clean this up, this fixes #702 by declaring a the dependency to `composer-runtime-api:^2.1.0` explicitly, effectively excluding `composer/composer:~2.0.0` from installation candiates.
1 parent 6046a57 commit 8324608

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
"require": {
2222
"php": "~7.4.1 || ~8.0.0",
2323
"laminas/laminas-code": "^4.3.0",
24-
"composer-runtime-api": "^2.0.0",
24+
"composer-runtime-api": "^2.1.0",
2525
"webimpress/safe-writer": "^2.2.0"
2626
},
2727
"conflict": {
28-
"composer/composer": "<2.0.14",
2928
"zendframework/zend-stdlib": "<3.2.1",
3029
"laminas/laminas-stdlib": "<3.2.1",
3130
"doctrine/annotations": "<1.6.1",

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)