From 98d15c7b0540c1caf6347d73f324977490999b67 Mon Sep 17 00:00:00 2001 From: Nick Brook Date: Fri, 20 Dec 2013 16:41:31 +0000 Subject: [PATCH] Switched to classmap --- composer.json | 2 +- lib/Mixpanel.php | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 08e7def..b571c15 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ "phpunit/phpunit": "3.7.*" }, "autoload": { - "files": ["lib/Mixpanel.php"] + "classmap": ["lib"] } } \ No newline at end of file diff --git a/lib/Mixpanel.php b/lib/Mixpanel.php index c93204e..eab0f36 100644 --- a/lib/Mixpanel.php +++ b/lib/Mixpanel.php @@ -1,9 +1,5 @@