Skip to content

Commit f9e4dc4

Browse files
authored
install all vendor-bin composer bins
Signed-off-by: GitHub <[email protected]>
1 parent 7403434 commit f9e4dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"scripts": {
1515
"post-install-cmd": [
16-
"@composer bin psalm install --ansi",
17-
"@composer bin cs-fixer install --ansi"
16+
"@composer bin all install --ansi",
1817
],
1918
"bin": "echo 'bin not installed'",
2019
"cs:fix": "php-cs-fixer fix",

0 commit comments

Comments
 (0)