Skip to content

Commit

Permalink
allow composer plugins on appveyor based on local install
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond committed Aug 13, 2024
1 parent dba2415 commit b7fd581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ install:
- 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 allow-plugins.php-http/discovery true
- composer config --no-plugins allow-plugins.zaporylie/composer-drupal-optimizations true
- composer config --no-plugins allow-plugins.drupal/console-extend-plugin true
- composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer
- set COMPOSER_MEMORY_LIMIT=-1&& composer install --no-interaction --ignore-platform-req=ext-gd
build: off
test_script:
Expand Down

0 comments on commit b7fd581

Please sign in to comment.