We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-plugins
composer.json
1 parent f5a4643 commit 353c305Copy full SHA for 353c305
composer.json
@@ -2,7 +2,7 @@
2
"name": "nystudio107/craft-transcoder",
3
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
4
"type": "craft-plugin",
5
- "version": "1.2.22",
+ "version": "1.2.23",
6
"keywords": [
7
"craft",
8
"cms",
@@ -32,6 +32,14 @@
32
"nystudio107/craft-plugin-vite": "^1.0.4",
33
"mikehaertl/php-shellcommand": "~1.2"
34
},
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
43
"autoload": {
44
"psr-4": {
45
"nystudio107\\transcoder\\": "src/"
0 commit comments