From 2b7028e3748224921b42d23225bbb9016c8a303d Mon Sep 17 00:00:00 2001 From: David Maicher Date: Wed, 10 Jul 2019 16:13:32 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee46bb3..0a5666e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [6.0.0] +### Changed +- drop support for PHP < 7.2 +- drop support for PHPUnit 6 +- drop support for Symfony 2 +- bump requirement for `doctrine/dbal` to `~2.9` +- bump requirement for `doctrine/doctrine-bundle` to `~1.11` + ## [5.0.0] ### Changed - support PHPUnit 7