php - How to effeciently track dependency version changes? -


i'm working on php driven website has number of dependencies via composer.

recently, dependency had minor version (as per semver) change backwards compatibility breaking change in it. website broke unexpectedly. updated dependency version number more precise, 1.2.16 instead of 1.*.

but makes versions harder track, because minor versions change often.

how keep track of dependencies in way both simple , avoids breaking changes break project?


Comments

Popular posts from this blog

python - Specify path of savefig with pylab or matplotlib -

c# - SharpSsh Command Execution -

How to run C# code using mono without Xamarin in Android? -