Skip to content

Commit 0850b99

Browse files
Merge pull request martin-helmich#8 from martin-helmich/bugfix/phpunit-dependency
Do not declare compatibility to PHPUnit 6
2 parents c131ec8 + a68dd51 commit 0850b99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22
sudo: false
33
php:
4+
- 7.1
45
- 7.0
56
- 5.6
67
- 5.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"flow/jsonpath": "^0.3.1",
13-
"phpunit/phpunit": ">=4.8",
13+
"phpunit/phpunit": ">=4.8,<6.0",
1414
"justinrainbow/json-schema": "^2.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)