Skip to content

Commit f8180d3

Browse files
committed
Add support for PHPUnit 9
1 parent 1764192 commit f8180d3

3 files changed

Lines changed: 571 additions & 294 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FIXED:
1313
ADDED:
1414

1515
- Support for PHP 8
16+
- Support for PHPUnit 9
1617

1718
## 0.7.3 - 2020-01-06
1819

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"phpstan/phpstan": "^0.12.0",
2323
"phpstan/phpstan-phpunit": "^0.12.0",
2424
"phpstan/phpstan-strict-rules": "^0.12.0",
25-
"phpunit/phpunit": "^8.4.0",
25+
"phpunit/phpunit": "^8.4.0||^9.0.0",
2626
"squizlabs/php_codesniffer": "^3.5.0",
2727
"woohoolabs/coding-standard": "^2.1.1",
2828
"woohoolabs/releaser": "^1.2.0"

0 commit comments

Comments
 (0)