1
0
Fork 0

Merge pull request #939 from stewe/master

Fixing custom repository sample code (missing "url" key)
pull/942/head
Nils Adermann 2012-07-23 08:17:04 -07:00
commit ac29308eb7
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": [ "repositories": [
{ {
"type": "git", "type": "git",
"https://github.com/foobar/intermediate.git" "url": "https://github.com/foobar/intermediate.git"
}, },
{ {
"type": "pear", "type": "pear",