Problem: The latest version of a dependency of a dependency is broken.
Solution: Mark this dependency version as conflicting in the main composer.json:
{
"conflict": {
"drupal/consumers": "1.22.0"
}
}
![]() |
index : 954.git | |
| composer: limit subdependency version | www-cweiske |
| aboutsummaryrefslogtreecommitdiff |
Problem: The latest version of a dependency of a dependency is broken.
Solution: Mark this dependency version as conflicting in the main composer.json:
{
"conflict": {
"drupal/consumers": "1.22.0"
}
}