aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: f4887f587167bcdb44ad76961dcd7c18a9496ce1 (plain)
1
2
3
4
5
6
7
8
9
Problem: The latest version of a dependency of a dependency is broken.

Solution: Mark this dependency version as `conflicting <https://getcomposer.org/doc/04-schema.md#conflict>`_ in the main ``composer.json``::

  {
      "conflict": {
          "drupal/consumers": "1.22.0"
      }
  }