Skip to content

Commit

Permalink
Updating composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 6, 2022
1 parent 3254bc6 commit c38a852
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 @@ -74,7 +74,12 @@
},

"config" : {
"sort-packages" : true
"sort-packages" : true,
"allow-plugins": {
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},

"extra" : {
Expand Down

0 comments on commit c38a852

Please sign in to comment.