Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Merge 6b3af19 into 0acf301
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMichi1 committed Jul 18, 2019
2 parents 0acf301 + 6b3af19 commit d12f400
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Expand Up @@ -7,11 +7,9 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.5
- 5.6
- 7.0
- 7.1

- 7.2
- 7.3
env:
global:
- TEST_COMMAND="composer test"
Expand All @@ -25,10 +23,8 @@ matrix:
- php: hhvm
fast_finish: true
include:
- php: 5.5
- php: 7.1
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
- php: hhvm
dist: trusty

before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,3 +2,7 @@


## Unreleased

### Added

- Support for HTTPlug 2.0.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^5.5 || ^7.0",
"php-http/httplug": "^1.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/discovery": "^1.0",
"zendframework/zend-http": "^2.3"
},
Expand Down

0 comments on commit d12f400

Please sign in to comment.