Skip to content

Commit 3da10b1

Browse files
Update README.md
1 parent 429f00b commit 3da10b1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
[![Code Climate](https://codeclimate.com/github/martin-helmich/phpunit-psr7-assert/badges/gpa.svg)](https://codeclimate.com/github/martin-helmich/phpunit-psr7-assert)
55
[![Test Coverage](https://codeclimate.com/github/martin-helmich/phpunit-psr7-assert/badges/coverage.svg)](https://codeclimate.com/github/martin-helmich/phpunit-psr7-assert/coverage)
66

7+
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+
712
## Author and copyright
813

914
Martin Helmich <kontakt@martin-helmich.de>
@@ -15,15 +20,19 @@ This library is [MIT-licensed](LICENSE.txt).
1520

1621
## Compatibility
1722

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
25+
easy overview:
1926

2027
| PSR-7 assertion version | PHPUnit 4 | PHPUnit 5 | PHPUnit 6 | PHPUnit 7 |
2128
| ----------------------- | --------- | --------- | --------- | --------- |
2229
| v1 (branch `v1`), **unsupported** | :white_check_mark: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
2330
| v2 (branch `v2`) | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :no_entry_sign: |
2431
| v3 (branch `master`) | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: |
2532

26-
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
35+
compatible version automatically.
2736

2837
## Usage
2938

0 commit comments

Comments
 (0)