1
0
Fork 0

Change wording

pull/4103/head
nevvermind 2015-06-03 12:21:54 +01:00
parent cdcc99e73d
commit 5ba1dd67c0
1 changed files with 2 additions and 3 deletions

View File

@ -65,9 +65,8 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
## Need to override a package version
Let say your project depends on package A which in turn depends on a specific
version of package B (say 0.1) and you need a different version of that
package - version 0.11.
Let's say your project depends on package A, which in turn depends on a specific
version of package B (say 0.1). But you need a different version of said package B (say 0.11).
You can fix this by aliasing version 0.11 to 0.1: