Skip to content

Commit

Permalink
fix: 解决 composer 2.2+ 默认不启用插件导致安装路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 2, 2022
1 parent 87ee114 commit ec221c6
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 @@ -27,6 +27,12 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"phpstan/extension-installer": true
}
},
"extra": {
"require-ci": {
"miaoxing/dev": "miaoxing/dev as 8.x-dev",
Expand Down

0 comments on commit ec221c6

Please sign in to comment.