You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Or modify your composer.json as followed:
39
39
More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev
40
40
41
41
42
+
# Versioning
43
+
44
+
This package will be updated, when newer or other stable packages become available. Fell free to suggest tools if they are missing.
45
+
46
+
To avoid problems you may not use composer version constraints like this "~1.1". Such a constraint will always upgrade to the newest "1.\*" version which might break your toolchain.
47
+
In such a case, simply stick to a minor-version like "1.2.\*".
0 commit comments