diff --git a/CHANGELOG.md b/CHANGELOG.md index e667fa2..da7cc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Require php 8.1 - [**BC**] Use new language features and change method signatures - Allow Symfony 6 +- [**BC**] Drop Symfony 4.4 and 5.1 support ## 1.3.0 - 2022-04-05 - Allow setting a profiler bag verbosity in bundle configuration diff --git a/composer.json b/composer.json index 16c7aea..41f13d5 100644 --- a/composer.json +++ b/composer.json @@ -9,13 +9,13 @@ "ext-mbstring": "*", "lmc/cqrs-handler": "^2.0", "lmc/cqrs-types": "^3.0", - "symfony/config": "^4.4 || ^5.1 || ^6.0", - "symfony/console": "^4.4 || ^5.1 || ^6.0", - "symfony/dependency-injection": "^4.4 || ^5.1 || ^6.0", - "symfony/error-handler": "^4.4 || ^5.1 || ^6.0", - "symfony/framework-bundle": "^4.4 || ^5.1 || ^6.0", - "symfony/http-foundation": "^4.4 || ^5.1 || ^6.0", - "symfony/http-kernel": "^4.4 || ^5.1 || ^6.0", + "symfony/config": "^5.2 || ^6.0", + "symfony/console": "^5.2 || ^6.0", + "symfony/dependency-injection": "^5.2 || ^6.0", + "symfony/error-handler": "^5.2 || ^6.0", + "symfony/framework-bundle": "^5.2 || ^6.0", + "symfony/http-foundation": "^5.2 || ^6.0", + "symfony/http-kernel": "^5.2 || ^6.0", "twig/twig": "^2.0 || ^3.0" }, "require-dev": {