From 06aa0c9993400bb73b1bc1b3ee0347dcf125880d 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 16559bd74..65ee367fc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "composer/installers": "*" }, "require-dev": { - "phpunit/PHPUnit": "~3.7" + "phpunit/PHPUnit": "~3.7@stable" }, "autoload": { "classmap": ["tests/behat/features/bootstrap"]