drupal-contributions icon indicating copy to clipboard operation
drupal-contributions copied to clipboard

Can't install required libraries

Open darvanen opened this issue 4 years ago • 0 comments

lando composer require aws/aws-sdk-php installs the AWS SDK in the vendor folder outside web root as per normal, but the appserver container only mounts the web root.

This means I can't work on contrib modules like s3fs that have a dependency on a non-drupal library.

darvanen avatar Jun 07 '21 04:06 darvanen