Skip to content

Commit 6f0e99d

Browse files
committed
Merge branch 'hotfix/1.2.2'
2 parents 9a9e14c + faafb3f commit 6f0e99d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",
77
"minimum-stability": "dev",
88
"prefer-stable": true,
99
"require": {
1010
"php": ">=7.1.0",
11-
"phpunit/phpunit": ">=7.0.0"
11+
"phpunit/phpunit": ">=7.0.0 <9.0.0"
1212
},
1313
"autoload": {
1414
"psr-4": {
@@ -18,4 +18,4 @@
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.15"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)