From a155a542cbac15df3a1026eff9ca15feda4cb4aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Jan 2017 10:38:55 +0100 Subject: php-phpunit-PHPUnit-Selenium: switch the spec --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 73008e5..5b5b5d9 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "irc": "irc://irc.freenode.net/phpunit" }, "require": { - "php": ">=5.3.3", - "phpunit/phpunit": "~4", + "php": ">=5.6", + "phpunit/phpunit": "~5.0", "sebastian/comparator": "~1.0", "ext-curl": "*", "ext-dom": "*" -- cgit