Skip to content

Commit

Permalink
chore: add allow plugins to composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
calmohallag committed Sep 19, 2022
1 parent 497f5c8 commit 1fb01ca
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 @@ -46,5 +46,11 @@
"mkdir -p .git/hooks",
"cp -r ./config/hooks/* .git/hooks"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true
}
}
}

0 comments on commit 1fb01ca

Please sign in to comment.