Skip to content

Commit

Permalink
allow the rest (hopefully) of the composer plugins on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond committed Aug 13, 2024
1 parent 7244e63 commit 3bd57f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ install:
- cd ../drupal
- composer config --no-plugins allow-plugins.cweagans/composer-patches true
- composer config --no-plugins allow-plugins.composer/installers true
- composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true
- composer config --no-plugins dealerdirect/phpcodesniffer-composer-installer true
- composer config --no-plugins phpstan/extension-installer true
- composer config --no-plugins php-http/discovery true
- set COMPOSER_MEMORY_LIMIT=-1&& composer install --no-interaction --ignore-platform-req=ext-gd
build: off
test_script:
Expand Down

0 comments on commit 3bd57f8

Please sign in to comment.