Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add composer/installers to allow-plugins
Composer currently fails to run an installation with the following: ``` Error: composer/installers contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. ``` This commit allows composer/installers to run by adding it to the safe list.
- Loading branch information