Explorar o código

Rewrap markdown, refs #4329

Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
976491d865
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      doc/05-repositories.md

+ 3 - 1
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
 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.
 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
 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.
 inline-alias it so that it matches a constraint that it otherwise would not.