From ddf50522800f9015eed8e00b45b1eb8f1bfee9a0 Mon Sep 17 00:00:00 2001 From: David Maicher Date: Sun, 27 Oct 2019 20:06:57 +0100 Subject: [PATCH] ++ --- .travis.yml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b4b7bf..720b8dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ before_install: install: - rm -rf composer.lock vendor/* - if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi; - - cat composer.json - composer require phpunit/phpunit:${PHPUNIT_VERSION:-"8.*"} --update-with-all-dependencies script: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9627a81..c79abc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - drop support for unmaintained Symfony versions - allow Symfony 5 +- allow DoctrineBundle 2 ## [6.1.0] ### Changed