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

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -