Skip to content

Commit 03eba9c

Browse files
author
David Yell
committed
Include testing PHP 5.5, and also widen the phpunit version constraint
1 parent e0d7b0e commit 03eba9c

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
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.0
66
- 5.6
7+
- 5.5
78

89
dist: trusty
910

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"require-dev": {
4444
"cakephp/cakephp": ">=3.2",
4545
"cakephp/cakephp-codesniffer": "2.*",
46-
"phpunit/phpunit": "5.7.*"
46+
"phpunit/phpunit": "<6.0"
4747
},
4848
"autoload": {
4949
"psr-4": {

0 commit comments

Comments
 (0)