From 3242f82d0264b59b12845b5f40429c2ee6c8c056 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 3 May 2021 15:06:47 +1000 Subject: [PATCH] Update Pear Exception version and include patch from #19 to fix issues with examples in the autoloader --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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": [ ""