Skip to content

Commit

Permalink
enable composer/installers plugin on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond committed Aug 13, 2024
1 parent 7ff85be commit 7244e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
- set COMPOSER_MEMORY_LIMIT=-1&& composer create-project drupal-composer/drupal-project:8.x-dev %APPVEYOR_BUILD_FOLDER%\..\drupal --no-interaction --prefer-dist --ignore-platform-reqs --no-install
- cd ../drupal
- composer config --no-plugins allow-plugins.cweagans/composer-patches true
- composer config --no-plugins allow-plugins.composer/installers 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 7244e63

Please sign in to comment.