diff --git a/.travis.yml b/.travis.yml index b7109cb..5724a01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,17 +53,6 @@ matrix: - php: 7.2 env: - DEPS=latest - - php: hhvm - env: - - DEPS=lowest - - php: hhvm - env: - - DEPS=locked - - php: hhvm - env: - - DEPS=latest - allow_failures: - - php: hhvm before_install: - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eb3d5..3ba549d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.7.0 - TBD +## 2.7.0 - 2018-05-14 ### Added @@ -18,29 +18,7 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. - -### Fixed - -- Nothing. - -## 2.6.3 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. +- [#32](https://github.com/zendframework/zend-xmlrpc/pull/32) removes support for HHVM. ### Fixed diff --git a/composer.json b/composer.json index 5857f6b..65f3815 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" + "dev-master": "2.7.x-dev", + "dev-develop": "2.8.x-dev" } }, "scripts": { diff --git a/composer.lock b/composer.lock index 1b121c9..c84842c 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e6e0cc390e75de44a0701208cdff29ae", + "content-hash": "6c485ea26114ca99ed90615c18ee69c4", "packages": [ { "name": "container-interop/container-interop",