From 29f8d1a03185444f432185ba3d5365715e8433e9 Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 29 Aug 2019 19:00:57 +0100 Subject: [PATCH 1/2] Use latest version of PECL modules for latest builds --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9004a3d4..0e2b7da2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,9 +62,9 @@ matrix: - php: 5.6 env: - DEPS=latest - - APCU_PECL_VERSION="apcu-4.0.11" - - MEMCACHE_PECL_VERSION="memcache-3.0.8" - - MEMCACHED_PECL_VERSION="memcached-2.2.0" + - APCU_PECL_VERSION="apcu" + - MEMCACHE_PECL_VERSION="memcache" + - MEMCACHED_PECL_VERSION="memcached" - REDIS_PECL_VERSION="redis-4.3.0" - TESTS_ZEND_CACHE_EXTMONGODB_ENABLED=false - TESTS_ZEND_CACHE_MEMCACHE_ENABLED=true @@ -90,8 +90,8 @@ matrix: env: - DEPS=latest - APCU_PECL_VERSION="apcu" - - APCU_BC_PECL_VERSION="apcu_bc-1.0.3" - - REDIS_PECL_VERSION="redis-5.0.2" + - APCU_BC_PECL_VERSION="apcu_bc" + - REDIS_PECL_VERSION="redis" - TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true - TESTS_ZEND_CACHE_EXTMONGODB_ENABLED=false - php: 7.1 @@ -115,8 +115,8 @@ matrix: env: - DEPS=latest - APCU_PECL_VERSION="apcu" - - APCU_BC_PECL_VERSION="apcu_bc-1.0.3" - - REDIS_PECL_VERSION="redis-5.0.2" + - APCU_BC_PECL_VERSION="apcu_bc" + - REDIS_PECL_VERSION="redis" - TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true - php: 7.2 env: @@ -136,8 +136,8 @@ matrix: env: - DEPS=latest - APCU_PECL_VERSION="apcu" - - APCU_BC_PECL_VERSION="apcu_bc-1.0.3" - - REDIS_PECL_VERSION="redis-5.0.2" + - APCU_BC_PECL_VERSION="apcu_bc" + - REDIS_PECL_VERSION="redis" - TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true - php: 7.3 env: @@ -159,9 +159,9 @@ matrix: env: - DEPS=latest - APCU_PECL_VERSION="apcu" - - APCU_BC_PECL_VERSION="apcu_bc-1.0.3" - - MEMCACHED_PECL_VERSION="memcached-3.1.3" - - REDIS_PECL_VERSION="redis-5.0.2" + - APCU_BC_PECL_VERSION="apcu_bc" + - MEMCACHED_PECL_VERSION="memcached" + - REDIS_PECL_VERSION="redis" - TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true before_install: From 41e001b7ea302f02bd31dff600dc9bd8fd2e91d8 Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 29 Aug 2019 19:29:53 +0100 Subject: [PATCH 2/2] release: 2.9.0 readiness - set release date in CHANGELOG - update branch-alias in composer.json - dev-master - 2.9.x-dev - dev-develop - 2.10.x-dev - remove stub for 2.8.4 release from CHANGELOG --- CHANGELOG.md | 24 +----------------------- composer.json | 4 ++-- composer.lock | 47 ++++++++++++++++++++++++----------------------- 3 files changed, 27 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195113f7..d0d1993f 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.9.0 - TBD +## 2.9.0 - 2019-08-29 ### Added @@ -27,28 +27,6 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. -## 2.8.4 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - ## 2.8.3 - 2019-08-28 ### Added diff --git a/composer.json b/composer.json index 98678bf2..d662ed43 100644 --- a/composer.json +++ b/composer.json @@ -76,8 +76,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8.x-dev", - "dev-develop": "2.9.x-dev" + "dev-master": "2.9.x-dev", + "dev-develop": "2.10.x-dev" }, "zf": { "component": "Zend\\Cache", diff --git a/composer.lock b/composer.lock index 0e821cf6..75edb580 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": "1e19d6e85a1eddc17a4bb818286f6278", + "content-hash": "f52f21319c5c26f3da3ab7f58d99b403", "packages": [ { "name": "container-interop/container-interop", @@ -916,18 +916,18 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" }, { "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpeople.de" }, { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpunit.de" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", @@ -963,18 +963,18 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" }, { "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpeople.de" }, { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpunit.de" } ], "description": "Library for handling version information and constraints", @@ -1403,8 +1403,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "role": "lead", + "email": "sebastian@phpunit.de" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", @@ -1451,8 +1451,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "role": "lead", + "email": "sb@sebastian-bergmann.de" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", @@ -1542,8 +1542,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "role": "lead", + "email": "sebastian@phpunit.de" } ], "description": "Utility class for timing", @@ -1669,8 +1669,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "role": "lead", + "email": "sebastian@phpunit.de" } ], "description": "The PHP Unit Testing framework.", @@ -1736,6 +1736,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2018-04-11T04:50:36+00:00" }, { @@ -2893,8 +2894,8 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",