diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 16:37:46 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-28 16:37:46 +0100 |
commit | 89f61f1bd9031b560164c70b2bb0e9083b4e0210 (patch) | |
tree | dcdb190c6c07b4fd5f1a2f584fa8b229d0c6207e | |
parent | 7d1cc448da5613fe2fdd75014f19dcd5365e07bb (diff) |
update composer
-rw-r--r-- | composer.json | 4 |
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" } |