From 0c2332f8bd31514c5909c269f1e9a846d87a5908 Mon Sep 17 00:00:00 2001 From: Will Morgan Date: Mon, 5 May 2014 15:30:05 +0100 Subject: [PATCH] MINOR Use composer @stable for PHPUnit Using stable will allow some packages to be downloaded as zips instead of clones all the time. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 459a64fe3..60bf00a32 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ "composer/installers": "*" }, "require-dev": { - "phpunit/PHPUnit": "~3.7" + "phpunit/PHPUnit": "~3.7@stable" } }