Skip to content

Commit 4ca97e1

Browse files
author
Bradie Tilley
committed
Ease restrictions of phpunit dependency to allow ^9.0
1 parent 88bf980 commit 4ca97e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ colour support and better displays of errors and failures.
55

66
![Presenter Output](https://abweb.com.au/img/presenter.png)
77

8+
**This has _only_ been tested with PHPUnit `^7.5`**. However, this plugin still allows PHPUnit up to `^9.0` (via composer.json) to ease dependency restrictions but please note that things may not work as expected (use at your own 'risk').
9+
810
## Features
911

1012
- Different formatting types depending on your preferences.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"league/climate": "^3.5",
26-
"phpunit/phpunit": "^7.5|^8.0"
26+
"phpunit/phpunit": "^7.5|^8.0|^9.0"
2727
},
2828
"require-dev": {
2929
"squizlabs/php_codesniffer": "3.*",

0 commit comments

Comments
 (0)