浏览代码

Add dev-master example

Jordi Boggiano 11 年之前
父节点
当前提交
f6bf7e4a7b
共有 1 个文件被更改,包括 3 次插入3 次删除
  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?
 # 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
 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