Fixing custom repository sample code (missing url)
parent
0473fbec76
commit
89658a753b
|
@ -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