1
0
Fork 0

Fixed minor typo on 'require' property

pull/2512/head
Adán Lobato 2013-12-17 09:33:46 +01:00
parent 0e9a9a3875
commit f9f144862e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Say project `my-vendor/project-b` has requirements setup like this:
{
"name": "my-vendor/project-b",
"requires": {
"require": {
"my-vendor/project-a": "*"
}
}