Skip to content

Commit 01025d0

Browse files
committed
change outdated support urls in composer.json
1 parent 6566319 commit 01025d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"testing",
99
"selenium"
1010
],
11-
"homepage": "http://www.phpunit.de/",
11+
"homepage": "https://github.com/giorgiosironi/phpunit-selenium",
1212
"license": "BSD-3-Clause",
1313
"authors": [
1414
{
@@ -40,8 +40,7 @@
4040
}
4141
],
4242
"support": {
43-
"issues": "https://github.com/sebastianbergmann/phpunit-selenium/issues",
44-
"irc": "irc://irc.freenode.net/phpunit"
43+
"issues": "https://github.com/giorgiosironi/phpunit-selenium/issues",
4544
},
4645
"require": {
4746
"php": ">=7.1",

0 commit comments

Comments
 (0)