Skip to content

Commit

Permalink
Merge branch 'update-min-php7'
Browse files Browse the repository at this point in the history
Closes #59
  • Loading branch information
akrabat committed Sep 8, 2018
2 parents 3151643 + fadfa3f commit f1c37fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.5",
"phpunit/phpunit": "^5.7|^6.0",
"phpunit/phpunit": "^6.0|^7.0",
"php-http/psr7-integration-tests": "dev-master"
},
"provide": {
Expand Down

0 comments on commit f1c37fa

Please sign in to comment.