Update Travis.yml and composer.json for older versions of PHPUnit
This commit is contained in:
parent
2fee5af531
commit
6da3fe30b9
2 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ cache:
|
|||
|
||||
# Run tests against all these PHP versions
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@
|
|||
"psr-4": { "Michelf\\": "Michelf/" }
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7"
|
||||
"phpunit/phpunit": ">=4.3 <5.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue