]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow using composer plugin with composer 2.2
authorJulius Härtl <jus@bitgrid.net>
Mon, 27 Dec 2021 08:57:29 +0000 (09:57 +0100)
committerChristoph Wurst (Rebase PR Action) <ChristophWurst@users.noreply.github.com>
Thu, 30 Dec 2021 11:28:33 +0000 (11:28 +0000)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
composer.json

index fe27a1928a0b9e11bb4721a77fb94e5e3ea50c8a..b17734c859102b885c574912ebdb422d1cb0c876 100644 (file)
@@ -5,6 +5,9 @@
                "sort-packages": true,
                "platform": {
                        "php": "7.3"
+               },
+               "allow-plugins": {
+                       "bamarni/composer-bin-plugin": true
                }
        },
        "autoload": {