diff --git a/.drone.star b/.drone.star index cc5e50c98e4..f4a5c6c6bf8 100644 --- a/.drone.star +++ b/.drone.star @@ -109,8 +109,7 @@ def main(ctx): litmusOcisSpacesDav(), cs3ApiValidatorOcis(), cs3ApiValidatorS3NG(), - # virtual views don't work on edge at the moment - #virtualViews(), + virtualViews(), ] + ocisIntegrationTests(6) + s3ngIntegrationTests(12) def buildAndPublishDocker(): diff --git a/composer.json b/composer.json index 9de39b38eca..05a282bed18 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,10 @@ "platform": { "php": "7.4" }, - "vendor-dir": "./vendor-php" + "vendor-dir": "./vendor-php", + "allow-plugins": { + "bamarni/composer-bin-plugin": true + } }, "require": { },