Skip to content

Commit

Permalink
Merge pull request #1799 from nextcloud/backport/1798/stable3
Browse files Browse the repository at this point in the history
[stable3] fix: Adjust composer scripts to work when only installing production dependencies
  • Loading branch information
susnux authored Nov 28, 2023
2 parents 6d16aec + bbf2dc6 commit 2e734a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@composer bin psalm install --ansi",
"@composer bin cs-fixer install --ansi"
],
"bin": "echo 'bin not installed'",
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"lint": "find . -name \\*.php -not -path './vendor*/*' -print0 | xargs -0 -n1 php -l",
Expand Down

0 comments on commit 2e734a4

Please sign in to comment.