Skip to content

Commit

Permalink
Allow composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 2, 2022
1 parent 90da4df commit 101bddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
},
"sort-packages": true
}
}
3 changes: 3 additions & 0 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"vimeo/psalm": "^4.13"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
},
"bin-dir": "../../vendor/bin",
"platform": {
"php": "8.0.2"
Expand Down

0 comments on commit 101bddd

Please sign in to comment.