diff --git a/README.md b/README.md index 32db672..969d0fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Works on eZ Platform version > 1.6 as it uses the new PermissionResolver service ## versions Branch v1 & Tags 1.x : eZ Platform v1.x -Branch v2 & Tags 2.x : eZ Platform v2.x + +Branch v2 & Tags 2.x : eZ Platform v2.x (Currently testing) ## Install Package ```bash diff --git a/composer.json b/composer.json index e3ceba9..04eda23 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "GPL-2.0", "type": "ezplatform-bundle", "require" : { - "ezsystems/ezpublish-kernel": "^6.6" + "ezsystems/ezpublish-kernel": "^7.0" }, "autoload": { "psr-4": { "Matthewkp\\EzCleanUpVersionsBundle\\": "" }