From 8c8e4bde7bcc1d67a3382adbff31d090319be168 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Fri, 24 May 2019 16:26:06 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ff6e64d..15652518 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add frontend user authentication and document restriction to pimcore 5.0. [![PhpStan](https://img.shields.io/badge/PHPStan-level%202-brightgreen.svg?style=flat-square)](#) ## Requirements -* Pimcore 5. +* Pimcore >= 5.4 ## Pimcore 4 Get the Pimcore4 Version [here](https://github.com/dachcom-digital/pimcore-members/tree/pimcore4). @@ -29,7 +29,7 @@ Please read the installation instructions before going deep with Members! ```json "require" : { - "dachcom-digital/members" : "~2.3.0" + "dachcom-digital/members" : "~2.4.0" } ```