From fec37b26f27f7ce5c75aba384b553814db134617 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jun 2016 12:57:18 +0200 Subject: php-phpunit-PHPUnit: 4.8.26 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 4a77446..b0535de 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,14 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "irc": "irc://irc.freenode.net/phpunit" + "issues": "https://github.com/sebastianbergmann/phpunit/issues" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-code-coverage": "~2.1", - "phpunit/php-timer": ">=1.0.6", + "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "~2.3", "phpspec/prophecy": "^1.3.1", "symfony/yaml": "~2.1|~3.0", -- cgit