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?
 
-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