Skip to content

Commit

Permalink
Use forward-command: true for bamarni-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 4, 2024
1 parent 38f3f13 commit c428f52
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 38 deletions.
26 changes: 12 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"php": "^8.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"bamarni/composer-bin-plugin": "^1.8.2",
"dragon-code/benchmark": "^2.6",
"ergebnis/composer-normalize": "^2.43.0",
"friendsofphp/php-cs-fixer": "^3.62.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"infection/infection": "^0.29.6",
"phpstan/phpstan": "^1.11.9",
"phpunit/phpunit": "^10.5",
"phpyh/coding-standard": "^2.6.1",
"symfony/var-dumper": "^6.4.10 || ^7.1.3"
"phpstan/phpstan": "^1.12.1",
"phpunit/phpunit": "^10.5.31",
"phpyh/coding-standard": "^2.6.2",
"symfony/var-dumper": "^6.4.11 || ^7.1.3"
},
"autoload": {
"psr-4": {
Expand All @@ -51,23 +51,21 @@
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false,
"forward-command": true,
"target-directory": "tools"
}
},
"scripts": {
"post-install-cmd": "@install-tools",
"post-update-cmd": "@install-tools",
"check-require": "tools/composer-require-checker/vendor/bin/composer-require-checker",
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
"fixcs": "php-cs-fixer fix --diff",
"infection": "infection --show-mutations",
"install-tools": [
"@composer bin psalm install",
"@composer bin composer-require-checker install"
],
"pre-command-run": "mkdir -p var",
"psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache",
"test": "phpunit"
"test": "phpunit",
"bump-dev": [
"@composer bump --dev-only",
"@composer bin all bump --dev-only"
]
}
}
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/composer-require-checker/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"maglnet/composer-require-checker": "^4.7"
"maglnet/composer-require-checker": "^4.7.1"
},
"config": {
"platform": {
Expand Down
2 changes: 1 addition & 1 deletion tools/composer-require-checker/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^10.5.30",
"phpunit/phpunit": "^10.5.31",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.25.0"
},
Expand Down
16 changes: 8 additions & 8 deletions tools/psalm/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c428f52

Please sign in to comment.