summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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.*"