From 89f61f1bd9031b560164c70b2bb0e9083b4e0210 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Thu, 28 Feb 2013 16:37:46 +0100 Subject: update composer --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 335da34a..106cdda0 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,10 @@ "description": "Component Framework for PHP 5.", "homepage": "http://www.pradosoft.com/", "license": "BSD", + "autoload": { + "classmap": ["framework"] + }, + "include-path": ["framework"], "require": { "php": ">=5.2.4" } -- cgit v1.2.3