Skip to content

Commit f07f052

Browse files
committed
Fixing dependencies
1 parent 96802db commit f07f052

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
87
- hhvm
98

109
matrix:
1110
include:
12-
- php: 5.4
11+
- php: 5.5
1312
env: dependencies=lowest
1413

1514
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"puli/discovery": "^1.0.0-beta8@beta"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^5.0"
26+
"phpunit/phpunit": "^4.8"
2727
}
2828
}

0 commit comments

Comments
 (0)