fix(ci): allow composer plugin in config

Should suppress the error
This commit is contained in:
alistair3149 2022-08-01 11:13:51 -04:00 committed by GitHub
parent b15a92c2ff
commit a9fb8aacca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ jobs:
- name: Install dependencies
run: |
composer validate
composer config --no-plugins allow-plugins.composer/installers
composer install --prefer-dist --no-progress
npm install --save-dev