From 976491d86584b5fb2c8140dce3370aa8c2f09de6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 9 Aug 2015 15:09:34 +0100 Subject: [PATCH] Rewrap markdown, refs #4329 --- doc/05-repositories.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 0a12da4cc..1df20828a 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -263,7 +263,9 @@ custom repository has priority over packagist. If you want to rename the package, you should do so in the default (often master) branch and not in a feature branch, since the package name is taken from the default branch. -Also note that the override will not work if you change the `name` property in your forked repository's composer.json file as this needs to match the original for the override to work. +Also note that the override will not work if you change the `name` property +in your forked repository's composer.json file as this needs to match the +original for the override to work. If other dependencies rely on the package you forked, it is possible to inline-alias it so that it matches a constraint that it otherwise would not.