diff --git a/composer.json b/composer.json index b4af2ed..edd9218 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,12 @@ "psr-0": { "OAuth": "src/" }, - "authors": - { - "name": "Andy Smith", - "homepage": "http://term.ie/" - }, + "authors":[ + { + "name": "Andy Smith", + "homepage": "http://term.ie/" + } + ], "require": { "php": ">=5.3.0" }