Skip to content

Commit 84683a1

Browse files
committed
fix: Adjust composer scripts to work when only installing production dependencies
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 1dff50a commit 84683a1

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
@@ -16,6 +16,7 @@
1616
"@composer bin psalm install --ansi",
1717
"@composer bin cs-fixer install --ansi"
1818
],
19+
"bin": "echo 'bin not installed'",
1920
"cs:fix": "php-cs-fixer fix",
2021
"cs:check": "php-cs-fixer fix --dry-run --diff",
2122
"lint": "find . -name \\*.php -not -path './vendor*/*' -print0 | xargs -0 -n1 php -l",

0 commit comments

Comments
 (0)