Metadrop / scripthor

Swiss knife of scripts for speed up the development on drupal projects.
1 stars 10 forks source link

Add the ability of choose which packages to update #36

Closed Eduardo-Morales-Alberti closed 2 years ago

Eduardo-Morales-Alberti commented 2 years ago

In some cases, some packages need to be ignored. For example, because the new "minor" version is not compatible with your project or has any issue that causes errors and needs to be fixed before updating it.

jorgetutor commented 2 years ago

In that case, I suggest freezing the package version to a specific one (composer.json), that way it won't be updated by accident either using this script or manually.