We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe0e99 commit 5b06d99Copy full SHA for 5b06d99
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.5
5
- 5.6
6
- 7.0
7
- 7.1
composer.json
@@ -22,7 +22,7 @@
22
"react/promise": "^2.4.1"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^4.6.10",
26
- "codeclimate/php-test-reporter": "dev-master"
+ "phpunit/phpunit": "^5.0.0",
+ "codeclimate/php-test-reporter": "^0.4.0"
27
}
28
0 commit comments