Skip to content

Commit

Permalink
Allow plugin bamarni/composer-bin-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Jul 11, 2022
1 parent 047ab30 commit 3577195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"platform": {
"php": "7.4"
},
"vendor-dir": "./vendor-php"
"vendor-dir": "./vendor-php",
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"require": {
},
Expand Down

0 comments on commit 3577195

Please sign in to comment.