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