Skip to content

Commit

Permalink
fix: add php-http/discovery to allowed-plugin in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
shaal committed Sep 29, 2023
1 parent 47528f8 commit cda7aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod/drupal/drupalpod-setup/drupalpod-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ GITMODULESEND

ddev composer config --no-plugins allow-plugins.mglaman/composer-drupal-lenient true

ddev composer config --no-plugins allow-plugins.php-http/discovery true

# Add project source code as symlink (to repos/name_of_project)
# double quotes explained - https://stackoverflow.com/a/1250279/5754049
if [ -n "$DP_PROJECT_NAME" ]; then
Expand Down

0 comments on commit cda7aa0

Please sign in to comment.