diff options
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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``:
+Solution: Mark this dependency version as `conflicting <https://getcomposer.org/doc/04-schema.md#conflict>`_ in the main ``composer.json``::
{
"conflict": {
|
