Skip to content

Commit ad4cef7

Browse files
committed
Merge branch 'hotfix/1.1.7'
2 parents acb8491 + 4591b86 commit ad4cef7

File tree

3 files changed

+2806
-2
lines changed

3 files changed

+2806
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
> ✅ Make your PHPUnit output beautiful
33
44
[![Build Status](https://travis-ci.com/sempro/phpunit-pretty-print.svg?branch=master)](https://travis-ci.com/sempro/phpunit-pretty-print)
5+
[![Packagist](https://img.shields.io/packagist/dt/sempro/phpunit-pretty-print.svg)](https://packagist.org/packages/sempro/phpunit-pretty-print)
6+
[![Packagist](https://img.shields.io/packagist/v/sempro/phpunit-pretty-print.svg)](https://packagist.org/packages/sempro/phpunit-pretty-print)
57
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
68
[![psr-2](https://img.shields.io/badge/code_style-PSR_2-blue.svg)](http://www.php-fig.org/psr/psr-2/)
79

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",
@@ -14,5 +14,8 @@
1414
"psr-4": {
1515
"Sempro\\PHPUnitPrettyPrinter\\": "src/"
1616
}
17+
},
18+
"require-dev": {
19+
"friendsofphp/php-cs-fixer": "^2.15"
1720
}
18-
}
21+
}

0 commit comments

Comments
 (0)