Skip to content

Commit

Permalink
Add -w to composer require commands
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 27, 2022
1 parent 049613b commit 654f8cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
{
name: 'Shell',
handle: 'shell',
copyValue: `composer require ${this.plugin.packageName} && php craft plugin/install ${this.plugin.handle}`,
copyValue: `composer require ${this.plugin.packageName} -w && php craft plugin/install ${this.plugin.handle}`,
},
{
name: 'DDEV',
handle: 'ddev',
copyValue: `ddev composer require ${this.plugin.packageName} && ddev craft plugin/install ${this.plugin.handle}`,
copyValue: `ddev composer require ${this.plugin.packageName} -w && ddev craft plugin/install ${this.plugin.handle}`,
},
];
},
Expand Down

0 comments on commit 654f8cf

Please sign in to comment.