Skip to content

Commit 2390074

Browse files
Merge pull request #32 from PHPFastCGI/ci-dependency-fix
Update composer.json to fix CI system
2 parents 33369f1 + e361ab2 commit 2390074

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: php
33
php:
44
- 5.5
55
- 5.6
6-
- hhvm
6+
- 5.6
7+
- 7.0
8+
- 7.1
79

810
before_script:
911
- composer self-update

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"symfony/console": "~2.5|~3.0"
1919
},
2020
"require-dev": {
21-
"satooshi/php-coveralls": "dev-master"
21+
"phpunit/phpunit": "~4.0|~5.0",
22+
"satooshi/php-coveralls": "~1.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)