File tree 3 files changed +2806
-2
lines changed
3 files changed +2806
-2
lines changed Original file line number Diff line number Diff line change 2
2
> ✅ Make your PHPUnit output beautiful
3
3
4
4
[ ![ 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 )
5
7
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( http://makeapullrequest.com )
6
8
[ ![ psr-2] ( https://img.shields.io/badge/code_style-PSR_2-blue.svg )] ( http://www.php-fig.org/psr/psr-2/ )
7
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sempro/phpunit-pretty-print" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"description" : " Prettify PHPUnit output" ,
5
5
"type" : " library" ,
6
6
"license" : " MIT" ,
14
14
"psr-4" : {
15
15
"Sempro\\ PHPUnitPrettyPrinter\\ " : " src/"
16
16
}
17
+ },
18
+ "require-dev" : {
19
+ "friendsofphp/php-cs-fixer" : " ^2.15"
17
20
}
18
- }
21
+ }
You can’t perform that action at this time.
0 commit comments