Skip to content

Commit 0ce8064

Browse files
committed
fix: add composer bin fallback for no-dev installs
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2b1f7d1 commit 0ce8064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
}
2929
},
3030
"scripts": {
31+
"bin": "echo 'bin not installed'",
3132
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
3233
"cs:check": "php-cs-fixer fix --dry-run --diff",
3334
"cs:fix": "php-cs-fixer fix",

0 commit comments

Comments
 (0)