diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2026-01-29 13:17:03 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2026-01-29 13:17:03 +0100 |
| commit | 6a0a66cb669529eddc156723fdf3ada19305d77b (patch) | |
| tree | a92afcacc9528739c65a46efbcf547e07d6fb233 | |
| download | 954-6a0a66cb669529eddc156723fdf3ada19305d77b.tar.gz 954-6a0a66cb669529eddc156723fdf3ada19305d77b.zip | |
| -rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..bd214d1 --- /dev/null +++ b/README.rst @@ -0,0 +1,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"
+ }
+ }
\ No newline at end of file |
