Skip to content

Commit 9d83710

Browse files
Fixes #69, refactor for PHPUnit 7.0.x regression
1 parent a3f8ba9 commit 9d83710

File tree

2 files changed

+154
-145
lines changed

2 files changed

+154
-145
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codedungeon/phpunit-result-printer",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "PHPUnit Pretty Result Printer",
55
"keywords": ["phpunit", "printer", "result-printer", "composer", "package", "testing"],
66
"license": "MIT",
@@ -16,8 +16,8 @@
1616
"codedungeon/php-cli-colors": "^1.10"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": ">=7.1",
20-
"spatie/phpunit-watcher": "^1.5"
19+
"spatie/phpunit-watcher": "^1.5",
20+
"phpunit/phpunit": "7.0.3"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)