Fixed minor typo in composer.json example
parent
67407801b8
commit
7fb0ea45e7
|
@ -64,7 +64,7 @@ You can fix this by aliasing version 0.11 to 0.1:
|
||||||
composer.json:
|
composer.json:
|
||||||
|
|
||||||
{
|
{
|
||||||
require: {
|
"require": {
|
||||||
"A": "0.2",
|
"A": "0.2",
|
||||||
"B": "0.11 as 0.1"
|
"B": "0.11 as 0.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue