engineering-best-practices icon indicating copy to clipboard operation
engineering-best-practices copied to clipboard

Composer tips and suggestions

Open kasparsd opened this issue 5 years ago • 0 comments

  • How to update just one dependency?
  • Explain how version constrains for packages in composer.json impact the results of composer update.
  • Suggest pinning packages to exact versions to avoid accidental updates. Explain how to do major version updates when dependencies are pinned.
  • Don't run composer update when you don't want to update all dependencies.
  • ...

kasparsd avatar Jan 04 '21 14:01 kasparsd