chore: Add support for composer/installers package.
This commit is contained in:
parent
bebbfec510
commit
3d336d5693
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"pestphp/pest-plugin": true,
|
"pestphp/pest-plugin": true,
|
||||||
"php-http/discovery": true
|
"php-http/discovery": true,
|
||||||
|
"composer/installers": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
|
|
Loading…
Add table
Reference in a new issue