From ce58c93fc2930ec86ebaabfcf869acb9b084e2ed Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 26 Oct 2014 12:44:18 +0000 Subject: [PATCH] Tweaked the test config --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f7ea131..b9ef099 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,16 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "4.0.*" + "phpunit/phpunit": "~4.0" }, "support": { "issues": "https://github.com/danielstjules/Stringy/issues", "source": "https://github.com/danielstjules/Stringy" }, "autoload": { - "psr-4": { "Stringy\\": "src/" }, + "psr-4": { "Stringy\\": "src/" } + }, + "autoload-dev": { "classmap": [ "tests" ] } }