From 5eed1a1c7180adf03e56243ac296d9cfccf241d6 Mon Sep 17 00:00:00 2001 From: tcpiptan Date: Sat, 22 Feb 2014 16:39:51 +0900 Subject: [PATCH] Fix: changed phpunit/php-text-template requirements to >=1.1.4 For example, when using with phpunit/php-code-coverage: - phpunit-skeleton-generator requires phpunit/php-text-template=1.1.4 - but php-code-coverage requires phpunit/php-text-template>=1.2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6df135..16adced 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=5.3.3", "phpunit/phpunit": "3.7.*", - "phpunit/php-text-template": "1.1.4", + "phpunit/php-text-template": ">=1.1.4", "zetacomponents/console-tools": "1.6", "zetacomponents/base": "1.8" },