From 8c4afa4dc54c165dd6c10a8615bb87587bcbba5c Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Fri, 5 Jun 2015 14:54:03 -0700 Subject: [PATCH] Using "~" in PHPUnit dev dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a3a11d4f4..0e48b80a93 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-json": "*", "ext-dom": "*", "ext-simplexml": "*", - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "~4.0" }, "suggest": { "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",