Skip to content

Commit df714d1

Browse files
hostepfascinosum
authored andcommitted
Adds allow-plugins section to composer.json file for compatibility with Composer 2.2.x
1 parent ee8ab3b commit df714d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
],
99
"config": {
1010
"preferred-install": "dist",
11-
"sort-packages": true
11+
"sort-packages": true,
12+
"allow-plugins": {
13+
"dealerdirect/phpcodesniffer-composer-installer": true,
14+
"laminas/laminas-dependency-plugin": true,
15+
"magento/*": true
16+
}
1217
},
1318
"require": {
1419
"php": "~7.4.0||~8.1.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)