Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 365 Bytes

bump-back-dependencies.md

File metadata and controls

17 lines (11 loc) · 365 Bytes

Bump dependencies

At the beginning of each sprint, feature team has responsibility to update dependencies of plugin they are working on.

How to detect outdated dependencies

You can run composer outdated, you will have a list of dependencies to bump.

How to do the bump

Run the following command:

composer update --with-all-dependencies