Skip to content

Commit

Permalink
remove obsolete bin/php-code-validator from composer
Browse files Browse the repository at this point in the history
the script bin/php-code-validator got removed with the latest version so we shouldn't include it in composer.json anymore
  • Loading branch information
bgrande committed Oct 17, 2023
1 parent 00975bb commit 490e6f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
"minimum-stability": "stable",
"require": {
"squizlabs/php_codesniffer": "^3.5"
},
"bin": [
"bin/php-code-validator"
]
}
}

0 comments on commit 490e6f2

Please sign in to comment.