summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}