Make sure composer json file is valid

This commit is contained in:
Timothy Warren 2017-03-01 16:10:18 -05:00
parent e1703d0947
commit 443526a6a8
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"pdo" "pdo"
], ],
"homepage":"https://git.timshomepage.net/aviat/Query", "homepage":"https://git.timshomepage.net/aviat/Query",
"license":"dbad-license", "license":"MIT",
"authors": [{ "authors": [{
"name": "Timothy J. Warren", "name": "Timothy J. Warren",
"email": "tim@timshomepage.net", "email": "tim@timshomepage.net",
@ -44,7 +44,7 @@
"files": ["src/common.php"] "files": ["src/common.php"]
}, },
"scripts": { "scripts": {
"coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build" "coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build",
"test": "vendor/bin/phpunit" "test": "vendor/bin/phpunit"
} }
} }