From 036f8f196e50163bd71ebb54373873e19aca1585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?p=C3=A9c=C3=A9?= Date: Wed, 4 Dec 2019 00:16:31 +0100 Subject: [PATCH] Fixed min EasyAdmin versions --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf4a3a4..c58414b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ EasyAdmin Extension EasyAdmin Extension provides some useful extensions to [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) admin generator for Symfony. -* Branch `3.x` of this bundle requires at least __PHP 7.1__ and __Symfony 4.2__ components or stack and is suitable for EasyAdmin `^2.2.0`. It allows installation of EasyAdmin `2.2.0` or upper and Symfony 5 as well. __Extension bundle implementation of list filters is NOT COMPATIBLE with EasyAdmin dynamic list filters !__ That's why we introduced the following change : +* Branch `3.x` of this bundle requires at least __PHP 7.1__ and __Symfony 4.2__ components or stack and is suitable for EasyAdmin `^2.2.2` (Versions v2.2.0 and v2.2.1 are not allowed as they don't have native menu permissions). It allows installation of EasyAdmin `2.2.0` or upper and Symfony 5 as well. __Extension bundle implementation of list filters is NOT COMPATIBLE with EasyAdmin dynamic list filters !__ That's why we introduced the following change : > :exclamation: __BC BREAK__ list filters implemented by this extension bundle now use `ext_filters` query/form parameter, as `filters` is now used by native EasyAdmin for its own implementation of dynamic list filters. * Branch `2.x` of this bundle requires at least __PHP 7.1__ and __Symfony 4.1__ components or stack and is suitable for EasyAdmin `2.0.x` and `2.1.x`. __It does not allow installation of EasyAdmin `2.2.0` or upper !__ diff --git a/composer.json b/composer.json index 15eefde..7e5282c 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "symfony/yaml": "^4.2|^5.0" }, "conflict": { - "easycorp/easyadmin-bundle": "<2.2.0" + "easycorp/easyadmin-bundle": "<2.2.2" }, "config": { "sort-packages": true,