Skip to content

Commit dda491c

Browse files
committed
Merge branch 'hotfix/1.1.4'
2 parents c59f32b + a74b5b5 commit dda491c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# phpunit-pretty-print
22
> Prettify PHPUnit output
33
4-
[![Travis](https://img.shields.io/travis/sempro/phpunit-pretty-print.svg?style=flat-square)](https://travis-ci.com/sempro/phpunit-pretty-print/builds)
5-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
6-
[![psr-2](https://img.shields.io/badge/code_style-PSR_2-blue.svg?style=flat-square)](http://www.php-fig.org/psr/psr-2/)
4+
[![Build Status](https://travis-ci.com/sempro/phpunit-pretty-print.svg?branch=master)](https://travis-ci.com/sempro/phpunit-pretty-print)
5+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
6+
[![psr-2](https://img.shields.io/badge/code_style-PSR_2-blue.svg)](http://www.php-fig.org/psr/psr-2/)
77

88

99
### Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)