summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-09 11:14:00 +0100
committerRemi Collet <remi@remirepo.net>2020-12-09 11:14:00 +0100
commit7d9e334434df539edb8ec91e66b026e24685a936 (patch)
treed216130dbc3e298f01f0484871178fc07603a1ec /composer.json
parentb421e7c888d409a09f91c4a018c01531e5442701 (diff)
update to 9.0.0
raise dependency on PHP 7.3 switch from PHPUnit 8 to 9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
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.*"