From 9b7cc5852a79671269b394a5e1b0cb895489e1c4 Mon Sep 17 00:00:00 2001 From: Nicholas Leduc Date: Sun, 22 Dec 2019 21:04:50 -0500 Subject: [PATCH] Fix composer.json file by removing extraneous comma --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 76fbe4a8..5a3891fc 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ } ], "support": { - "issues": "https://github.com/giorgiosironi/phpunit-selenium/issues", + "issues": "https://github.com/giorgiosironi/phpunit-selenium/issues" }, "require": { "php": ">=7.1",