From 443526a6a8b8136e2fb88ca6173ffcd352234351 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 1 Mar 2017 16:10:18 -0500 Subject: [PATCH] Make sure composer json file is valid --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 372e7d2..7a08bc6 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "pdo" ], "homepage":"https://git.timshomepage.net/aviat/Query", - "license":"dbad-license", + "license":"MIT", "authors": [{ "name": "Timothy J. Warren", "email": "tim@timshomepage.net", @@ -44,7 +44,7 @@ "files": ["src/common.php"] }, "scripts": { - "coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build" + "coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build", "test": "vendor/bin/phpunit" } -} +} \ No newline at end of file