Skip to content

Commit

Permalink
Describe PHPUnit 8 compatibility in README
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Feb 26, 2019
1 parent 839e296 commit e795e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ issue, or (better yet) a pull request.

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:

| "Mongomock" version | PHPUnit 4 | PHPUnit 5 | PHPUnit 6 | PHPUnit 7 |
| ------------------------ | --------- | --------- | --------- | --------- |
| v1 (branch `v1`), **unsupported** | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
| v2 (branch `master`) | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: |
| "Mongomock" version | PHPUnit 4 | PHPUnit 5 | PHPUnit 6 | PHPUnit 7 | PHPUnit 8 |
| ------------------------ | --------- | --------- | --------- | --------- | --------- |
| v1 (branch `v1`), **unsupported** | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
| v2 (branch `master`) | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

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.

Expand Down

0 comments on commit e795e2b

Please sign in to comment.