From c1d4d02458e16a6e0d5b0bc52d79010f47a8ec50 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 2 Feb 2016 02:08:48 +1300 Subject: [PATCH 1/2] adding phpunit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce759ad6..6d1d39c8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ }, "require-dev": { "guzzlehttp/guzzle": "5.x", - "sstalle/php7cc": "^1.0" + "sstalle/php7cc": "^1.0", + "phpunit/phpunit": "^4.8" }, "suggest": { "guzzlehttp/guzzle@5.x": "To use Guzzle5 request resolver" From 3a45a2c7dbe0551bec3f8b45e2c3dff2e8b281fa Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 2 Feb 2016 03:12:00 +1300 Subject: [PATCH 2/2] allowing any version of phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d1d39c8..7ba59288 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "guzzlehttp/guzzle": "5.x", "sstalle/php7cc": "^1.0", - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "*" }, "suggest": { "guzzlehttp/guzzle@5.x": "To use Guzzle5 request resolver"