You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library adds several new assertions to [PHPUnit](https://phpunit.de/)
8
+
that allow you to easily and concisely test HTTP request and response
9
+
messages that implement the [PSR-7](https://www.php-fig.org/psr/psr-7/)
10
+
interfaces.
11
+
7
12
## Author and copyright
8
13
9
14
Martin Helmich <kontakt@martin-helmich.de>
@@ -15,15 +20,19 @@ This library is [MIT-licensed](LICENSE.txt).
15
20
16
21
## Compatibility
17
22
18
-
There are several release branches of this library, each of these being compatible with different releases of PHPUnit and PHP. The following table should give an easy overview:
23
+
There are several release branches of this library, each of these being compatible
24
+
with different releases of PHPUnit and PHP. The following table should give an
When you are using `composer require` and have already declared a dependency to `phpunit/phpunit` in your `composer.json` file, Composer should pick latest compatible version automatically.
33
+
When you are using `composer require` and have already declared a dependency to
34
+
`phpunit/phpunit` in your `composer.json` file, Composer should pick latest
0 commit comments