Skip to content

Commit f1c37fa

Browse files
committed
Merge branch 'update-min-php7'
Closes #59
2 parents 3151643 + fadfa3f commit f1c37fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ sudo: false
33
language: php
44

55
php:
6-
- 5.6
76
- 7.0
87
- 7.1
8+
- 7.2
99
- nightly
1010

1111
matrix:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=5.6",
26+
"php": ">=7.0.0",
2727
"psr/http-message": "^1.0"
2828
},
2929
"require-dev": {
3030
"squizlabs/php_codesniffer": "^2.5",
31-
"phpunit/phpunit": "^5.7|^6.0",
31+
"phpunit/phpunit": "^6.0|^7.0",
3232
"php-http/psr7-integration-tests": "dev-master"
3333
},
3434
"provide": {

0 commit comments

Comments
 (0)