We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7fe1b commit 0c57781Copy full SHA for 0c57781
README.md
@@ -8,6 +8,12 @@ required assertions that allow you do to so.
8
It supports comparing **files on disk** as well as **image resources** in
9
memory.
10
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
+
17
## Installation
18
19
Add this package to your Composer dev-dependencies:
0 commit comments