@@ -11,7 +11,7 @@ interfaces.
11
11
12
12
## Author and copyright
13
13
14
- Martin Helmich < kontakt@martin-helmich.de >
14
+ Martin Helmich < kontakt@martin-helmich.de >
15
15
This library is [ MIT-licensed] ( LICENSE.txt ) .
16
16
17
17
## Installation
@@ -24,11 +24,12 @@ There are several release branches of this library, each of these being compatib
24
24
with different releases of PHPUnit and PHP. The following table should give an
25
25
easy overview:
26
26
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 |
28
28
| ----------------------- | --------- | --------- | --------- | --------- |
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 : |
32
33
33
34
When you are using ` composer require ` and have already declared a dependency to
34
35
` phpunit/phpunit ` in your ` composer.json ` file, Composer should pick latest
@@ -204,7 +205,7 @@ The `$uriOrRequest` value may be
204
205
205
206
- a string, which will be interpreted as URI
206
207
- 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
208
209
209
210
[ composer-autoload ] : https://getcomposer.org/doc/04-schema.md#autoload-dev
210
211
[ json-assert ] : https://packagist.org/packages/helmich/phpunit-json-assert
0 commit comments