Skip to content

Commit

Permalink
Composer: Allow Composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jul 1, 2023
1 parent a3b4372 commit beb2bab
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 @@ -59,5 +59,11 @@
"support": {
"issues": "https://github.com/Automattic/liveblog/issues",
"source": "https://github.com/Automattic/liveblog"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit beb2bab

Please sign in to comment.