From 5367279d1c0c7c547078d152d3cfc2a75f2ddbfc Mon Sep 17 00:00:00 2001 From: Mike Baynton Date: Thu, 21 Sep 2017 13:50:46 -0500 Subject: [PATCH 1/2] Fix Travis CI build, which had configured composer to install newer dependencies than could be run on some tested php versions. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eb26232c..af608bc7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: env: global: - TESTS_ZEND_LDAP_ONLINE_ENABLED=true - - COMPOSER_ARGS="--no-interaction --ignore-platform-reqs" + - COMPOSER_ARGS="--no-interaction" - SITE_URL: https://zendframework.github.io/zend-ldap - GH_USER_NAME: "Matthew Weier O'Phinney" - GH_USER_EMAIL: matthew@weierophinney.net From c73e6c8ce312015146ee1109910451ad1d059d96 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Wed, 27 Sep 2017 09:01:29 +0200 Subject: [PATCH 2/2] Adds CHANGELOG-entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa380d35..a70ae9cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#71](https://github.com/zendframework/zend-ldap/pull/71) Removes composer-flag ```--ignore-platform-deps``` to fix Travis-CI build ## 2.8.0 - 2017-03-06