Jordi Boggiano 13 years ago
parent
commit
49a214686a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/02-libraries.md

+ 1 - 1
doc/02-libraries.md

@@ -123,7 +123,7 @@ We do this by adding a package repository specification to the blog's
                 "type": "vcs",
                 "url": "https://github.com/composer/hello-world"
             }
-        },
+        ],
         "require": {
             "acme/hello-world": "dev-master"
         }