1
0
Fork 0

Fixed the doc to use the new format for versions

pull/406/head
Christophe Coevoet 2012-03-08 01:08:13 +01:00
parent 7ceca9b789
commit ca5662b143
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", "name": "acme/blog",
"repositories": { "repositories": [
"acme/hello-world": { {
"vcs": { "url": "https://github.com/composer/hello-world" } "type": "vcs",
"url": "https://github.com/composer/hello-world"
} }
}, },
"require": { "require": {