Browse Source

Add dev-master example

Jordi Boggiano 11 years ago
parent
commit
f6bf7e4a7b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md

+ 3 - 3
doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md

@@ -1,8 +1,8 @@
 # Why are unbound version constraints a bad idea?
 
-A version constraint without an upper bound such as `*` or `>=3.4` will allow
-updates to any future version of the dependency. This includes major versions
-breaking backward compatibility.
+A version constraint without an upper bound such as `*`, `>=3.4` or
+`dev-master` will allow updates to any future version of the dependency.
+This includes major versions breaking backward compatibility.
 
 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