mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Allow using composer plugin with composer 2.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f98d7827e9
commit
6bbd26b955
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.3"
|
||||
},
|
||||
"allow-plugins": {
|
||||
"bamarni/composer-bin-plugin": true
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue