diff --git a/Resources/Private/Translations/en/Module.Bitzer.xlf b/Resources/Private/Translations/en/Module.Bitzer.xlf index cd8d346..6909a17 100644 --- a/Resources/Private/Translations/en/Module.Bitzer.xlf +++ b/Resources/Private/Translations/en/Module.Bitzer.xlf @@ -1,6 +1,6 @@ - + Review diff --git a/composer.json b/composer.json index 9858963..58307a6 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "type": "neos-package", "description": "The review plugin for the Bitzer content lifecycle task manager for Neos CMS", "require": { - "neos/neos": "~5.0", - "neos/neos-ui": "~5.0", - "neos/fusion": "~5.0", - "neos/content-repository": "~5.0", - "neos/fusion-afx": "~1.4", + "neos/neos": "~7.0", + "neos/neos-ui": "~7.0", + "neos/fusion": "~7.0", + "neos/content-repository": "~7.0", + "neos/fusion-afx": "~7.0", "sitegeist/bitzer": "*" }, "autoload": {