Skip to content

Commit

Permalink
[Composer] Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Jul 9, 2022
1 parent 57683b4 commit 38cea77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
},
"config": {
"allow-plugins": {
"third-party/required-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"third-party/required-plugin": true,
"my-organization/*": true,
"unnecessary/plugin": false
}
"unnecessary/plugin": false,
"allow-plugins.phing/phing-composer-configurator": true
}
},
"scripts": {
"install-codestandards": [
Expand Down

0 comments on commit 38cea77

Please sign in to comment.