From 5dd74dbbeb834656a66fcdff771dec18f101f4ba Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 10 Feb 2015 21:45:41 +0100 Subject: [PATCH] setup include path and dep versions --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 428d2fa..fc9a3fa 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,16 @@ "": "src/" } }, + "include-path": [ + "src/" + ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, "type": "library", "require": { - "pear/console_getopt": "~1.2", - "pear/pear_exception": "*" + "pear/console_getopt": "~1.3", + "pear/pear_exception": "~1.0" } }