Skip to content

Commit

Permalink
fixed issue as described by bamarni/composer-bin-plugin#165
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 13, 2024
1 parent e341cf8 commit bde4833
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
},
"scripts": {
"bin": "echo 'bin not installed'",
"post-update-cmd": [
"@composer bin all update --ansi"
],
"post-install-cmd": [
"@composer bin all install --ansi"
],
"code:check": "vendor/bin/phpstan analyse --configuration .github/linters/phpstan.neon.dist --ansi",
"code:lint": "vendor/bin/phplint --configuration .github/linters/.phplint.yml --verbose --progress=indicator --ansi",
"style:check": "vendor/bin/phpcs --standard=.github/linters/.phpcs.xml.dist --warning-severity=0 --colors",
Expand Down

0 comments on commit bde4833

Please sign in to comment.