From 0849d4741890eb2bf5ce42ba26ac33a005c23aa1 Mon Sep 17 00:00:00 2001 From: Eher Date: Sun, 12 Feb 2012 13:39:28 -0200 Subject: [PATCH] psr-0 namespace configured --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index bd9776f..9a162fd 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,11 @@ "homepage": "http://term.ie/" } ], + "autoload": { + "psr-0": { + "Eher/OAuth": "src/" + } + }, "require": { "php": ">=5.3.0" }