From 4344315960fa33793ccd317be26e0ab718b71f31 Mon Sep 17 00:00:00 2001 From: Eher Date: Sun, 12 Feb 2012 15:10:02 -0200 Subject: [PATCH] Composer.json updated --- composer.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 9a162fd..882d915 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,12 @@ { - "name": "Eher/OAuth", + "name": "OAuth", "type": "library", - "description": "OAuth 1 PHP Library", - "keywords": ["oauth"], - "homepage": "https://github.com/EHER/OAuth", - "authors":[ - { - "name": "Andy Smith", - "homepage": "http://term.ie/" - } - ], - "autoload": { - "psr-0": { - "Eher/OAuth": "src/" - } - }, "require": { "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "OAuth": "src/" + } } }