From 4251c618888744593fbf54f56dfcbc1482a1f935 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 21 Jul 2016 13:53:15 +1200 Subject: Update composer libraries, while enforcing the minimum php in composer.json (#10334) * Enforce the Minimum PHP version in composer.json using "platform" feature Added in https://github.com/composer/composer/commit/a57c51e8d78156612e49dec1c54d3184f260f144 It was found that this flag is very important to use to make sure the package we build and release will be compatible with this PHP version. Otherwise, the minimum PHP version enforced would be the version where our build script runs, which could be PHP 5.5 or PHP 7 which would have caused serious issues. * Update doctrine/cache, monolog,piwik/network, piwik/cache, piwik/php-tracker etc. https://github.com/piwik/piwik/issues/10058 * Release checklist to check that composer.json is correctly defined * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/30d7b16940058a3dcea37dd7e7ed7241090bf57a * .travis.yml file is out of date, auto-updating .travis.yml file. * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/63445cf4a53e6e115a31ecacd79327dc5bfb2494 * .travis.yml file is out of date, auto-updating .travis.yml file. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4e71a918e1..cbd288daa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,8 +101,8 @@ install: # travis now complains about this failing 9 times out of 10, so removing it #- travis_retry composer self-update - - - '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install' + - '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install' + before_script: -- cgit v1.2.3