From b3978c6f9db180d66dd34c4a1a7ca53806b6feb7 Mon Sep 17 00:00:00 2001 From: Eher Date: Wed, 8 Feb 2012 17:27:30 -0200 Subject: [PATCH] Composer psr-0 configured --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3a16639..b4af2ed 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,9 @@ "description": "OAuth 1 PHP Library", "keywords": ["oauth"], "homepage": "https://github.com/EHER/OAuth", + "psr-0": { + "OAuth": "src/" + }, "authors": { "name": "Andy Smith",