Merge pull request #406 from stof/outdated_doc
Fixed the doc to use the new format for versionspull/407/head
commit
d4171abd09
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue