Skip to content

Commit c35f820

Browse files
committed
doc: Update phpunit supported version matrix.
1 parent d8cb72e commit c35f820

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub Workflow Status](https://github.com/friends-of-phpspec/phpspec-code-coverage/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/friends-of-phpspec/phpspec-code-coverage/actions)
55
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/friends-of-phpspec/phpspec-code-coverage/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/friends-of-phpspec/phpspec-code-coverage/?branch=master)
66
[![License](https://img.shields.io/packagist/l/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/friends-of-phpspec/phpspec-code-coverage)
7-
7+
88
# phpspec-code-coverage
99

1010
[phpspec-code-coverage][0] is a [PhpSpec][2] extension that generates Code
@@ -22,14 +22,14 @@ used as a single metric defining how good your tests are.
2222
- PHP 7+ (for [PhpSpec][2] v4+) or PHP 5.6+ (for [PhpSpec][2] v3)
2323
- [Xdebug][3], [phpdbg][4] or [pcov][6] extension enabled (PHP 7+ is required for code
2424
generation to work with [phpdbg][4]).
25-
25+
2626
## Compatibility
2727

28-
| phpspec-code-coverage | PHP | phpspec | phpunit |
29-
|-----------------------|----------|----------------------------|----------------------------|
30-
| 4.x | `^7.1` | `^4.2 \|\| ^5.0 \|\| ^6.0` | `^5.0 \|\| ^6.0 \|\| ^7.0` |
31-
| 5.x | `>= 7.2` | `^5.0 \|\| ^6.0 \|\| ^7.0` | `^6.0 \|\| ^7.0 \|\| ^8.0` |
32-
| 6.x | `>= 7.3` | `^6.0 \|\| ^7.0` | `^9.0` |
28+
| phpspec-code-coverage | PHP | phpspec | phpunit |
29+
|-----------------------|----------|----------------------------|------------------------------|
30+
| 4.x | `^7.1` | `^4.2 \|\| ^5.0 \|\| ^6.0` | `^5.0 \|\| ^6.0 \|\| ^7.0` |
31+
| 5.x | `>= 7.2` | `^5.0 \|\| ^6.0 \|\| ^7.0` | `^6.0 \|\| ^7.0 \|\| ^8.0` |
32+
| 6.x | `>= 7.3` | `^6.0 \|\| ^7.0` | `^9.2 \|\| ^10.0 \|\| ^11.0` |
3333

3434
## Change Log
3535

@@ -171,11 +171,11 @@ extensions:
171171
* `high_lower_bound` (optional) sets high lower bound for code coverage
172172
(default `70`)
173173
* `whitelist` takes an array of directories to whitelist (default: `lib`,
174-
`src`). The array can be made more specific if an associative array is
174+
`src`). The array can be made more specific if an associative array is
175175
given with the following keys (`directory`, `prefix`, `suffix`)
176176
* `whitelist_files` takes an array of files to whitelist (default: none).
177177
* `blacklist` takes an array of directories to blacklist (default: `test,
178-
vendor, spec`). The array can be made more specific if an associative
178+
vendor, spec`). The array can be made more specific if an associative
179179
array is given with the following keys (`directory`, `prefix`, `suffix`)
180180
* `blacklist_files` takes an array of files to blacklist
181181

0 commit comments

Comments
 (0)