Skip to content

Commit

Permalink
build: add allow-plugins to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 23, 2024
1 parent 4166cbc commit 85b4a43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@
},
"require": {
"drupal/core-composer-scaffold": "*"
},
"config": {
"allow-plugins": {
"drupal/core-composer-scaffold": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 85b4a43

Please sign in to comment.