summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 4 insertions, 5 deletions
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.*"