diff --git a/composer.json b/composer.json index d195c75..bf3e88a 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,14 @@ "description": "A email address and link obfuscation plugin for Neos CMS", "require": { "php": ">=7.0", - "neos/neos": "^3.0 || ^4.0" + "neos/neos": "^3.0 || ^4.0 || ^5.0" }, "autoload": { "psr-4": { "Networkteam\\Neos\\MailObfuscator\\": "Classes" } }, - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "extra": { "applied-flow-migrations": [ "TYPO3.FLOW3-201201261636", @@ -91,4 +91,4 @@ "Neos.Flow-20180415105700" ] } -} \ No newline at end of file +}