...
Code Block | ||
---|---|---|
| ||
composer config --global http-basic.updates.ez.no <installation-key> <token-password> |
Update workflowUsing workflow Using composer
This section describes a best practice for use of composer, essentially it suggests treating updates like other code/configuration/* changes on your project tackling them on a development machine before staging them for roll out on staging/production.
...