From 31aabb7634ed351ba74f96a332314fababda77aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 16:05:38 +0100 Subject: update to 8.0.0 raise dependency on PHP 7.2 switch from PHPUnit 7 to 8 --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 97ff7e7..41f1af4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "testing", "selenium" ], - "homepage": "http://www.phpunit.de/", + "homepage": "https://github.com/giorgiosironi/phpunit-selenium", "license": "BSD-3-Clause", "authors": [ { @@ -40,13 +40,12 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit-selenium/issues", - "irc": "irc://irc.freenode.net/phpunit" + "issues": "https://github.com/giorgiosironi/phpunit-selenium/issues" }, "require": { - "php": ">=7.1", + "php": ">=7.2", "ext-curl": "*", - "phpunit/phpunit": ">=7.0,<8.0" + "phpunit/phpunit": ">=8.0,<9.0" }, "require-dev": { "phing/phing": "2.*" -- cgit