Update Travis.yml and composer.json for older versions of PHPUnit

This commit is contained in:
Michael Butler 2018-03-18 21:02:24 -04:00
parent 2fee5af531
commit 6da3fe30b9
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,8 @@ cache:
# Run tests against all these PHP versions
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

View file

@ -24,6 +24,6 @@
"psr-4": { "Michelf\\": "Michelf/" }
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": ">=4.3 <5.8"
}
}