From 3577195ed1b91469818d8804829596b493a9ef3c Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Mon, 11 Jul 2022 18:20:02 +0545 Subject: [PATCH] Allow plugin bamarni/composer-bin-plugin --- .drone.star | 3 +-- composer.json | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) 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": { },