Make sure composer json file is valid
This commit is contained in:
parent
e1703d0947
commit
443526a6a8
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user