Skip to content

Commit 26e3ebd

Browse files
committed
Added a hint about versioning.
1 parent 22d081b commit 26e3ebd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Or modify your composer.json as followed:
3939
More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev
4040

4141

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.\*".
48+
49+
4250
# Todo
4351

4452
A phing buildfile may be included someday.

0 commit comments

Comments
 (0)