From 7d9e334434df539edb8ec91e66b026e24685a936 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Dec 2020 11:14:00 +0100 Subject: update to 9.0.0 raise dependency on PHP 7.3 switch from PHPUnit 8 to 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 41f1af4..dc2c6d0 100644 --- a/composer.json +++ b/composer.json @@ -43,9 +43,9 @@ "issues": "https://github.com/giorgiosironi/phpunit-selenium/issues" }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-curl": "*", - "phpunit/phpunit": ">=8.0,<9.0" + "phpunit/phpunit": ">=9.0,<10.0" }, "require-dev": { "phing/phing": "2.*" -- cgit