From e1703d0947a1c427e75f3f8a2ecd8a509e798fc2 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 1 Mar 2017 16:07:31 -0500 Subject: [PATCH] Update homepage link --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c41b53b..372e7d2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "postgres", "pdo" ], - "homepage":"https://github.com/aviat4ion/Query", + "homepage":"https://git.timshomepage.net/aviat/Query", "license":"dbad-license", "authors": [{ "name": "Timothy J. Warren", @@ -42,5 +42,9 @@ "Query\\": "src/Query" }, "files": ["src/common.php"] + }, + "scripts": { + "coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build" + "test": "vendor/bin/phpunit" } }