From 3710a50e4138b2308297cf2fd30717948912004e Mon Sep 17 00:00:00 2001 From: fzerorubigd Date: Thu, 28 Aug 2014 14:32:39 +0430 Subject: [PATCH] Use stable branch of phpunit and code sniffer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f8afb8f..3ae9b80 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ }, "require-dev": { - "phpunit/phpunit": "3.7.*", - "squizlabs/php_codesniffer": "1.*" + "phpunit/phpunit": "@stable", + "squizlabs/php_codesniffer": "@stable" }, "autoload": { "psr-0": {