php - Is there risk of unavailable sources in composer-based project? -


when putting php project composer, on installation / deployment, composer fetch dependencies original sources.

this lead problems when deploying, when source (maybe temporarily) becomes unavailable.

is there included mechanism keep @ least current, stable versions of dependencies able deploy current version other instances?

right there no 1 click solution this, plan work on give more reliability.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -