Composer: Difference between revisions

Add a brief section on Meza and the utility of composer status -v
Line 133: Line 133:


<code>composer status -v</code> will show you where you have modified any extensions installed by composer.
<code>composer status -v</code> will show you where you have modified any extensions installed by composer.
To overwrite changes, there isn't any 'force' option to composer.  In the situation where you would like to overwrite local modifications with an unattended composer (aka <code>--no-interaction</code>) then you should add to composer's configuration (composer.local.json)
<syntaxhighlight lang="yaml">
    "config": {
        "discard-changes": true
    },
</syntaxhighlight>


== More ==
== More ==