1
0
Fork 0

Merge pull request #406 from stof/outdated_doc

Fixed the doc to use the new format for versions
pull/407/head
Jordi Boggiano 2012-03-07 16:13:42 -08:00
commit d4171abd09
1 changed files with 4 additions and 3 deletions

View File

@ -118,9 +118,10 @@ We do this by adding a package repository specification to the blog's
{
"name": "acme/blog",
"repositories": {
"acme/hello-world": {
"vcs": { "url": "https://github.com/composer/hello-world" }
"repositories": [
{
"type": "vcs",
"url": "https://github.com/composer/hello-world"
}
},
"require": {