From 88e3446d5a471b04ce5a6807eeac3756570d7e0d Mon Sep 17 00:00:00 2001 From: Lars Prakken Date: Thu, 8 Jun 2023 11:43:30 +0200 Subject: [PATCH] Update composer.json fluent v6 compat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf16b61..c7c36a3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "auth0/auth0-php": "^8", "guzzlehttp/guzzle": "^7", "ext-json": "*", - "tractorcow/silverstripe-fluent": "^5" + "tractorcow/silverstripe-fluent": "^5|^6" }, "extra": { "installer-name": "auth0",