Skip to content

Commit

Permalink
Fix build pipeline by enabling plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 9, 2022
1 parent f01dac4 commit 7bc8640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -64,6 +64,9 @@
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
},
"sort-packages": true
}
}
3 changes: 3 additions & 0 deletions vendor-bin/tools/composer.json
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 7bc8640

Please sign in to comment.