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