Skip to content

Commit

Permalink
refactor: Add allow-plugins for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 5, 2022
1 parent 4bea32b commit 7a5e18f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"craftcms/cms": "^3.0.0",
"nystudio107/craft-plugin-vite": "^1.0.20"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"optimize-autoloader": true,
"sort-packages": true
},
"autoload": {
"psr-4": {
"nystudio107\\richvariables\\": "src/"
Expand Down

0 comments on commit 7a5e18f

Please sign in to comment.