From 815a86af6e7bc8bcc5c4c2b3337a74e988a385c5 Mon Sep 17 00:00:00 2001 From: Eher Date: Tue, 3 Apr 2012 11:00:41 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20do=20psr-0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index cea52b1..b1c313f 100644 --- a/composer.json +++ b/composer.json @@ -3,5 +3,10 @@ "type": "library", "require": { "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "Eher\\OAuth": "src" + } } }