Skip to content

Commit 9ef2992

Browse files
committed
Merge branch 'hotfix/1.1.8'
2 parents ad4cef7 + ab9f569 commit 9ef2992

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.1
4+
- 7.2
55

66
before_script: composer install
77

composer.json

Lines changed: 2 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.7",
3+
"version": "1.1.8",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",
@@ -18,4 +18,4 @@
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.15"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)