diff --git a/composer.json b/composer.json index d7c0db0..fcbc759 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,13 @@ "license": "MIT", "require": { "php": ">5.2", - "pear/pear_exception": "1.0.1" + "pear/pear_exception": "1.0.1 || 1.0.2" }, "autoload": { "psr-0": { "Log": "./" - } + }, + "exclude-from-classmap": ["/examples/"] }, "include-path": [ ""