1
0
Fork 0

Add dev-master example

pull/2892/head
Jordi Boggiano 2014-04-09 14:50:55 +02:00
parent d540a2fc2c
commit f6bf7e4a7b
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Why are unbound version constraints a bad idea? # Why are unbound version constraints a bad idea?
A version constraint without an upper bound such as `*` or `>=3.4` will allow A version constraint without an upper bound such as `*`, `>=3.4` or
updates to any future version of the dependency. This includes major versions `dev-master` will allow updates to any future version of the dependency.
breaking backward compatibility. This includes major versions breaking backward compatibility.
Once a release of your package is tagged, you cannot tweak its dependencies Once a release of your package is tagged, you cannot tweak its dependencies
anymore in case a dependency breaks BC - you have to do a new release but the anymore in case a dependency breaks BC - you have to do a new release but the