Skip to content

Commit 05f0311

Browse files
update matrix
1 parent e785fc1 commit 05f0311

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interfaces.
1111

1212
## Author and copyright
1313

14-
Martin Helmich <kontakt@martin-helmich.de>
14+
Martin Helmich <kontakt@martin-helmich.de>
1515
This library is [MIT-licensed](LICENSE.txt).
1616

1717
## Installation
@@ -24,11 +24,12 @@ There are several release branches of this library, each of these being compatib
2424
with different releases of PHPUnit and PHP. The following table should give an
2525
easy overview:
2626

27-
| PSR-7 assertion version | PHPUnit 4 | PHPUnit 5 | PHPUnit 6 | PHPUnit 7 |
27+
| PSR-7 assertion version | PHPUnit 4 | PHPUnit 5 | PHPUnit 6 | PHPUnit 7 | PHPUnit 8 |
2828
| ----------------------- | --------- | --------- | --------- | --------- |
29-
| v1 (branch `v1`), **unsupported** | :white_check_mark: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
30-
| v2 (branch `v2`) | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :no_entry_sign: |
31-
| v3 (branch `master`) | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: |
29+
| v1 (branch `v1`), **unsupported** | :white_check_mark: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
30+
| v2 (branch `v2`) | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
31+
| v3 (branch `v3`) | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :no_entry_sign: |
32+
| v4 (branch `master`) | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: |
3233

3334
When you are using `composer require` and have already declared a dependency to
3435
`phpunit/phpunit` in your `composer.json` file, Composer should pick latest
@@ -204,7 +205,7 @@ The `$uriOrRequest` value may be
204205

205206
- a string, which will be interpreted as URI
206207
- an instance of the `Psr\Http\Message\UriInterface` interface
207-
- an instance of the `Psr\Http\Message\RequestInterface` interface
208+
- an instance of the `Psr\Http\Message\RequestInterface` interface
208209

209210
[composer-autoload]: https://getcomposer.org/doc/04-schema.md#autoload-dev
210211
[json-assert]: https://packagist.org/packages/helmich/phpunit-json-assert

0 commit comments

Comments
 (0)