Skip to content

Commit eb11929

Browse files
committed
Allow Composer plugins
1 parent c2769ca commit eb11929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,11 @@
4848
"Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
4949
}
5050
}
51+
},
52+
"config": {
53+
"allow-plugins": {
54+
"cweagans/composer-patches": true,
55+
"yiisoft/yii2-composer": true
56+
}
5157
}
5258
}

0 commit comments

Comments
 (0)