Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-12-27 11:57:29 +0300
committerChristoph Wurst (Rebase PR Action) <ChristophWurst@users.noreply.github.com>2021-12-30 14:28:33 +0300
commitb6a26007aabb46493306ada168c58d337a1494bc (patch)
tree1356fd8c54977ecd55efa17d5df0ff4701ea38b0 /composer.json
parent223ae801fedca9fe5d4d8a11aa9ab28a667e0f93 (diff)
Allow using composer plugin with composer 2.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index fe27a1928a0..b17734c8591 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,9 @@
"sort-packages": true,
"platform": {
"php": "7.3"
+ },
+ "allow-plugins": {
+ "bamarni/composer-bin-plugin": true
}
},
"autoload": {