Skip to content

Commit 2eb1a9b

Browse files
committed
Add allow-plugins to config section in composer.json
1 parent d70e051 commit 2eb1a9b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@
168168
}
169169
},
170170
"config": {
171-
"sort-packages": true
171+
"sort-packages": true,
172+
"allow-plugins": {
173+
"codeception/c3": true,
174+
"infection/extension-installer": true,
175+
"composer/package-versions-deprecated": true,
176+
"yiisoft/config": true
177+
}
172178
}
173179
}

0 commit comments

Comments
 (0)