From 9575e39f9e29abced499e2e4a07f79ec59d8ff23 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Wed, 28 Jun 2017 19:26:01 +0100 Subject: [PATCH] Bump PHP unit versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f52fd155..235b2af8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "guzzlehttp/psr7": "~1.1" }, "require-dev": { - "phpunit/phpunit": "3.*", + "phpunit/phpunit": "^4.8 || ^5.7", "mockery/mockery": "~0.9.2" }, "suggest": {