Merge pull request #939 from stewe/master
Fixing custom repository sample code (missing "url" key)pull/942/head
commit
ac29308eb7
|
@ -248,7 +248,7 @@ When you update one of your packages to composer naming scheme or made it availa
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"https://github.com/foobar/intermediate.git"
|
"url": "https://github.com/foobar/intermediate.git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pear",
|
"type": "pear",
|
||||||
|
|
Loading…
Reference in New Issue