Skip to content

Commit 6996086

Browse files
committed
Composer > Define allowed plugins
Needed for Composer 2.2.0 (found with 2.2.0-RC1) ``` composer self-update --preview ```
1 parent d69ff6f commit 6996086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
"platform": {
5050
"php": "7.2.5"
5151
},
52-
"discard-changes": true
52+
"discard-changes": true,
53+
"allow-plugins": {
54+
"mlocati/composer-patcher": true
55+
}
5356
},
5457
"scripts": {
5558
"cs-fix": "php-cs-fixer fix --path-mode=intersection --config=./.php_cs.dist --ansi .",

0 commit comments

Comments
 (0)