1
0
Fork 0

Merge pull request #2131 from javiereguiluz/patch-1

Fixed minor typo in composer.json example
pull/2136/merge
Jordi Boggiano 2013-07-31 03:32:28 -07:00
commit dc7b46a0cb
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ You can fix this by aliasing version 0.11 to 0.1:
composer.json:
{
require: {
"require": {
"A": "0.2",
"B": "0.11 as 0.1"
}