diff --git a/.travis.yml b/.travis.yml index a999c83e..e1ce07cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - language: php cache: @@ -56,6 +54,15 @@ matrix: - php: 7.2 env: - DEPS=latest + - php: 7.3 + env: + - DEPS=lowest + - php: 7.3 + env: + - DEPS=locked + - php: 7.3 + env: + - DEPS=latest before_install: - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c3c785..e9fcbebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#81](https://github.com/zendframework/zend-filter/pull/81) adds support for PHP 7.3. ### Changed @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#81](https://github.com/zendframework/zend-filter/pull/81) removes support for zend-stdlib v2 releases. ### Fixed diff --git a/composer.json b/composer.json index bf193dce..3b93147b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": "^5.6 || ^7.0", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" + "zendframework/zend-stdlib": "^3.2.1" }, "require-dev": { "pear/archive_tar": "^1.4.3", diff --git a/composer.lock b/composer.lock index 55ea65ca..b1b6af85 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8f485a1e7bde7af92b19d3c29fc203fc", + "content-hash": "b579e84055dca4335d663075eaaf7aaf", "packages": [ { "name": "zendframework/zend-stdlib",