Story: can I run composer updateon a running site without worrying about which dependencies are updated first?
A longer story. I am trying to find out if the actual update process is atomic by the composer.
Are dependencies updated / activated immediately when everything is downloaded and OK is checked, or is each of them updated immediately after it is downloaded? What if one update fails in the middle?
Cannot find documents about this, so I hope someone can help! If this is documented, I would be pleased with the link.
source
share