diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-12-27 09:57:29 +0100 |
---|---|---|
committer | Christoph Wurst (Rebase PR Action) <ChristophWurst@users.noreply.github.com> | 2021-12-30 11:28:33 +0000 |
commit | b6a26007aabb46493306ada168c58d337a1494bc (patch) | |
tree | 1356fd8c54977ecd55efa17d5df0ff4701ea38b0 /composer.json | |
parent | 223ae801fedca9fe5d4d8a11aa9ab28a667e0f93 (diff) | |
download | nextcloud-server-b6a26007aabb46493306ada168c58d337a1494bc.tar.gz nextcloud-server-b6a26007aabb46493306ada168c58d337a1494bc.zip |
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.json | 3 |
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": { |