1
0
Fork 0

Fixing custom repository sample code (missing url)

pull/939/head
Stefano Sala 2012-07-23 16:01:49 +02:00
parent 0473fbec76
commit 89658a753b
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ When you update one of your packages to composer naming scheme or made it availa
"repositories": [
{
"type": "git",
"https://github.com/foobar/intermediate.git"
"url": "https://github.com/foobar/intermediate.git"
},
{
"type": "pear",