File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ required assertions that allow you do to so.
8
8
It supports comparing ** files on disk** as well as ** image resources** in
9
9
memory.
10
10
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
-
15
11
## Installation
16
12
17
13
Add this package to your Composer dev-dependencies:
@@ -20,6 +16,14 @@ Add this package to your Composer dev-dependencies:
20
16
composer require --dev meyfa/phpunit-assert-gd
21
17
```
22
18
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
+
23
27
## Examples
24
28
25
29
The assertions are available as a
You can’t perform that action at this time.
0 commit comments