Skip to content

Commit

Permalink
chore(deps): allow required composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Dec 24, 2021
1 parent 0140dbe commit c157590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist"
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true,
"roots/wordpress-core-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit c157590

Please sign in to comment.