do not call composer package binaries with path (#1846)

Fixes #1842
See composer note at https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
This commit is contained in:
Léo Colombaro
2017-02-26 18:12:48 +01:00
committed by QWp6t
parent 4dd8d30c23
commit 25444df836

View File

@@ -39,7 +39,7 @@
},
"scripts": {
"test": [
"vendor/bin/phpcs"
"phpcs"
],
"post-create-project-cmd": [
"Roots\\Sage\\PostCreateProject::updateHeaders",