From 663f81f35b77b850b7ba7f21e479a9e09a7ddb0c Mon Sep 17 00:00:00 2001 From: Eher Date: Sun, 2 Dec 2012 18:15:55 -0200 Subject: [PATCH] Fix composer.json syntax --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1c313f..b5ad34f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { - "name": "Eher/OAuth", + "name": "eher/oauth", "type": "library", + "license": "BSD-3-Clause", + "description": "OAuth 1 PHP Library", "require": { "php": ">=5.3.0" },