From 88f58f351ac815e3f0e9f4532d556295d6bdc6dc Mon Sep 17 00:00:00 2001 From: Eher Date: Wed, 8 Feb 2012 17:23:47 -0200 Subject: [PATCH] Composer project data updated --- composer.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e41375..3a16639 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,15 @@ { "name": "Eher/OAuth", - "type": "library" + "type": "library", + "description": "OAuth 1 PHP Library", + "keywords": ["oauth"], + "homepage": "https://github.com/EHER/OAuth", + "authors": + { + "name": "Andy Smith", + "homepage": "http://term.ie/" + }, + "require": { + "php": ">=5.3.0" + } }