Skip to content

Commit 79773e9

Browse files
committed
use phpunit 6 for php 7.0 compatibility
1 parent 1917e43 commit 79773e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

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

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "7.0.*",
8+
"phpunit/phpunit": "6.0.*",
99
"symfony/stopwatch": "^3.1"
1010
},
1111
"license": "MIT",

0 commit comments

Comments
 (0)