Skip to content

Commit

Permalink
Enable phpcodesniffer plugin in vendor-bin Composer config
Browse files Browse the repository at this point in the history
Previously, the `dealerdirect/phpcodesniffer-composer-installer` plugin was not allowed in the vendor-bin/tools/composer.json configuration. This change enables the plugin, facilitating automated code style checks.
  • Loading branch information
koriym committed Nov 20, 2024
1 parent e3a0aeb commit e4c5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit e4c5fc6

Please sign in to comment.