Skip to content

Commit 353c305

Browse files
author
Andrew Welch
committed
refactor: Add allow-plugins to composer.json to allow CI tests to function
1 parent f5a4643 commit 353c305

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft-transcoder",
33
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
44
"type": "craft-plugin",
5-
"version": "1.2.22",
5+
"version": "1.2.23",
66
"keywords": [
77
"craft",
88
"cms",
@@ -32,6 +32,14 @@
3232
"nystudio107/craft-plugin-vite": "^1.0.4",
3333
"mikehaertl/php-shellcommand": "~1.2"
3434
},
35+
"config": {
36+
"allow-plugins": {
37+
"craftcms/plugin-installer": true,
38+
"yiisoft/yii2-composer": true
39+
},
40+
"optimize-autoloader": true,
41+
"sort-packages": true
42+
},
3543
"autoload": {
3644
"psr-4": {
3745
"nystudio107\\transcoder\\": "src/"

0 commit comments

Comments
 (0)