Skip to content

Commit

Permalink
Don't allow Composer plugin tbachert/spi to run by default #191 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox authored Feb 18, 2025
1 parent 9aa8f1e commit 873d0ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
"tbachert/spi": false
}
},
"extra": {
Expand Down

0 comments on commit 873d0ae

Please sign in to comment.