drupal-contributions
drupal-contributions copied to clipboard
Can't install required libraries
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.