Skip to content

Commit

Permalink
Allow phpcs composer installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 12, 2024
1 parent c66fcc9 commit 7fbde65
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 @@ -35,7 +35,8 @@
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true,
"koodimonni/composer-dropin-installer": true
"koodimonni/composer-dropin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
Expand Down Expand Up @@ -123,4 +124,4 @@
},
"wordpress-install-dir": "wp"
}
}
}

0 comments on commit 7fbde65

Please sign in to comment.