Update homepage link

This commit is contained in:
Timothy Warren 2017-03-01 16:07:31 -05:00
parent 059ab60af5
commit e1703d0947
1 changed files with 5 additions and 1 deletions

View File

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