Skip to content

Commit

Permalink
Add compatibility note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa committed Feb 1, 2018
1 parent 0b7fe1b commit 0c57781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ required assertions that allow you do to so.
It supports comparing **files on disk** as well as **image resources** in
memory.

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

## Installation

Add this package to your Composer dev-dependencies:
Expand Down

0 comments on commit 0c57781

Please sign in to comment.