Skip to content

Commit

Permalink
fix composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Aug 23, 2022
1 parent 3a13bd0 commit 3cc82b1
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 @@ -37,7 +37,11 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"koodimonni/composer-dropin-installer": true,
"johnpbloch/wordpress-core-installer": true,
"ergebnis/composer-normalize": true
}
},
"require": {
Expand Down

0 comments on commit 3cc82b1

Please sign in to comment.