Skip to content

Commit d00d423

Browse files
author
Andrew Welch
committed
refactor: Add allow-plugins to composer.json to allow CI tests to function
1 parent 0223a04 commit d00d423

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"nystudio107/craft-plugin-vite": "^4.0.0",
3434
"mikehaertl/php-shellcommand": "~1.2"
3535
},
36+
"config": {
37+
"allow-plugins": {
38+
"craftcms/plugin-installer": true,
39+
"yiisoft/yii2-composer": true
40+
},
41+
"optimize-autoloader": true,
42+
"sort-packages": true
43+
},
3644
"autoload": {
3745
"psr-4": {
3846
"nystudio107\\transcoder\\": "src/"

0 commit comments

Comments
 (0)