Issue #3275256 by phenaproxima: Raise the minimum required version of Composer to 2.3.5
parent
d7246753
No related branches found
No related tags found
... | @@ -14,17 +14,11 @@ | ... | @@ -14,17 +14,11 @@ |
"ext-json": "*", | "ext-json": "*", | ||
"drupal/core": "^9.2", | "drupal/core": "^9.2", | ||
"php-tuf/composer-stager": "0.3.0", | "php-tuf/composer-stager": "0.3.0", | ||
"composer/composer": "^2" | "composer/composer": "^2.2.12 || ^2.3.5" | ||
}, | }, | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.3.0" | "php": "7.3.0" | ||
} | } | ||
}, | } | ||
"repositories": [ | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/php-tuf/composer-stager" | |||
} | |||
] | |||
} | } |
Please register or sign in to comment