Fixed the doc to use the new format for versions

main
Christophe Coevoet 12 years ago
parent 7ceca9b789
commit ca5662b143

@ -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": {

Loading…
Cancel
Save