From 864827a9fe0f404578b5c13109de9693f459ef6c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 12 Jul 2014 13:32:04 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b7ed382..d182464 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ }, "require": { "php": ">=5.3.0", - "jakub-onderka/php-console-color": "0.1" + "jakub-onderka/php-console-color": "~0.1" }, "require-dev": { - "phpunit/phpunit": "3.7.*", - "jakub-onderka/php-parallel-lint": "0.*", - "squizlabs/php_codesniffer": "1.*", - "jakub-onderka/php-code-style": "1.0" + "phpunit/phpunit": "~4.0", + "jakub-onderka/php-parallel-lint": "~0.5", + "squizlabs/php_codesniffer": "~1.5", + "jakub-onderka/php-code-style": "~1.0" } }