From 905344a86c2a092d05f88ea758ab154d68ecee6f Mon Sep 17 00:00:00 2001 From: Raffael Comi Date: Tue, 29 Oct 2019 17:43:14 +0100 Subject: [PATCH] Add compatability with Neos 5.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}