Skip to content

Commit ba52809

Browse files
committed
Update compatibility note in README.md
1 parent feb3327 commit ba52809

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ 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:** The 2.x version of this library supports PHP versions of at least 7.2. It
12-
supports PHPUnit versions of at least 8.0. If you require support for older versions of PHPUnit and/or PHP,
13-
you will need to use version 1.x of this library.
14-
1511
## Installation
1612

1713
Add this package to your Composer dev-dependencies:
@@ -20,6 +16,14 @@ Add this package to your Composer dev-dependencies:
2016
composer require --dev meyfa/phpunit-assert-gd
2117
```
2218

19+
**Compatibility table**
20+
21+
| AssertGD version | Supported PHP version | Supported PHPUnit version |
22+
| :--------------- | :-------------------- | :------------------------ |
23+
| 3.* | >= 7.3 | 9 |
24+
| 2.* | >= 7.2 | 8 |
25+
| 1.* | >= 5.3.3 | 4.8.36 - 6.5.0 |
26+
2327
## Examples
2428

2529
The assertions are available as a

0 commit comments

Comments
 (0)