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" } }