Skip to content

Commit

Permalink
Add allowed plugins to composer.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jan 3, 2022
1 parent fca3dfa commit 1250eca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
},
"config":{
"sort-packages": true,
"discard-changes": true
"discard-changes": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit 1250eca

Please sign in to comment.