Skip to content

Commit 0c57781

Browse files
committed
Add compatibility note to README.md
1 parent 0b7fe1b commit 0c57781

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ required assertions that allow you do to so.
88
It supports comparing **files on disk** as well as **image resources** in
99
memory.
1010

11+
**Compatibility note:** This library supports PHP versions 5.3.3 up to 7.2.2. It
12+
supports PHPUnit from version 4.8.36 to version 6.5.0.
13+
Since those PHPUnit versions are completely incompatible, extreme hacks have to
14+
be used that depend on the Composer autoloading order. Please file an issue if
15+
you notice any errors.
16+
1117
## Installation
1218

1319
Add this package to your Composer dev-dependencies:

0 commit comments

Comments
 (0)