From 282f2e33166d820d4f9ec2dfdc7ee7157a1958c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kurf=C3=BCrst?= Date: Thu, 14 Apr 2022 10:46:41 +0200 Subject: [PATCH] TASK: 8.0 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 940863b..81601fc 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "source": "https://github.com/sandstorm/UserManagement" }, "require": { - "neos/flow": "^6.0 || ^7.0 || dev-master", + "neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master", "sandstorm/templatemailer": "^2.0.2" }, "autoload": {