chore: Add support for composer/installers package.

This commit is contained in:
Jonny Barnes 2023-06-09 19:00:57 +01:00
parent bebbfec510
commit 3d336d5693
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -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",