Use Composer 2

This commit is contained in:
Alex P 2022-11-09 16:00:42 +02:00
parent 17d3cc152e
commit cfd080e531
4 changed files with 7 additions and 3 deletions

View file

@ -64,5 +64,11 @@
"vendor/bin/phpcbf"
]
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"wikimedia/composer-merge-plugin": true
}
}
}