Skip to content

Commit

Permalink
Merge pull request #683 from Automattic/fix/composer-allow-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones authored Jul 1, 2023
2 parents a3b4372 + beb2bab commit 9fc4a4c
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 9fc4a4c

Please sign in to comment.