We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3151643 + fadfa3f commit f1c37faCopy full SHA for f1c37fa
.travis.yml
@@ -3,9 +3,9 @@ sudo: false
3
language: php
4
5
php:
6
- - 5.6
7
- 7.0
8
- 7.1
+ - 7.2
9
- nightly
10
11
matrix:
composer.json
@@ -23,12 +23,12 @@
23
}
24
],
25
"require": {
26
- "php": ">=5.6",
+ "php": ">=7.0.0",
27
"psr/http-message": "^1.0"
28
},
29
"require-dev": {
30
"squizlabs/php_codesniffer": "^2.5",
31
- "phpunit/phpunit": "^5.7|^6.0",
+ "phpunit/phpunit": "^6.0|^7.0",
32
"php-http/psr7-integration-tests": "dev-master"
33
34
"provide": {
0 commit comments