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:
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"vendor/bin/phpcs"
|
||||
"phpcs"
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"Roots\\Sage\\PostCreateProject::updateHeaders",
|
||||
|
||||
Reference in New Issue
Block a user