From 2792860b6ba101d51c1ecf8545d323e27ef22c2e Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Fri, 18 Dec 2020 10:17:28 +0100 Subject: [PATCH] Declare compatibility with Neos 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1acf425..e75e555 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Track visits of your Neos site with the Matomo Open Analytics Platform!", "license": "GPL-3.0+", "require": { - "neos/neos": "^3.3 || ^4.0 || ^5.0", + "neos/neos": "^3.3 || ^4.0 || ^5.0 || ^7.0", "ext-curl": "*", "guzzlehttp/psr7": "*"