summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-02-28 16:37:46 +0100
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-02-28 16:37:46 +0100
commit89f61f1bd9031b560164c70b2bb0e9083b4e0210 (patch)
treedcdb190c6c07b4fd5f1a2f584fa8b229d0c6207e /composer.json
parent7d1cc448da5613fe2fdd75014f19dcd5365e07bb (diff)
update composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
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"
}