Skip to content

Commit

Permalink
feat: Add "allow-plugins" to composer to trust necessary installers. …
Browse files Browse the repository at this point in the history
…This change ensures "johnpbloch/wordpress-core-installer" and "composer/installers" are trusted automatically, preventing prompts during `composer install`.
  • Loading branch information
wkhayrattee committed Oct 28, 2023
1 parent ab2917c commit 4f73275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"preferred-install": {
"wkhayrattee/*": "source",
"*": "dist"
},
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"composer/installers": true
}
},
"extra": {
Expand Down

0 comments on commit 4f73275

Please sign in to comment.