Update paths of Composer scripts

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-02-03 19:01:12 +01:00
parent 9c7550aa43
commit 2b86e5443e
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -50,11 +50,11 @@
}
},
"scripts": {
"docheader": "docheader check library/ tests/",
"phpstan": "phpstan analyze",
"phpunit": "phpunit",
"phpunit-integration": "phpunit --testsuite=integration",
"phpunit-unit": "phpunit --testsuite=unit",
"docheader": "vendor/bin/docheader check library/ tests/",
"phpstan": "vendor/bin/phpstan analyze",
"phpunit": "vendor/bin/phpunit",
"phpunit-integration": "vendor/bin/phpunit --testsuite=integration",
"phpunit-unit": "vendor/bin/phpunit --testsuite=unit",
"qa": [
"@docheader",
"@phpstan",