Skip to content

Commit

Permalink
composer.json added new command merge:dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 22, 2024
1 parent 4383231 commit 044af1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@
"@composer-require-checker",
"@composer-unused"
],
"merge:dependencies": [
"./vendor-bin/monorepo-builder/vendor/bin/monorepo-builder merge",
"jq --indent 2 '.' composer.json > composer.tmp && mv composer.tmp composer.json"
],
"phpstan": [
"./vendor-bin/phpstan/vendor/bin/phpstan analyse"
],
Expand Down

0 comments on commit 044af1f

Please sign in to comment.