From 68b820fb94bc2efdfc5c673b3c5aab982cb1df6f Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Thu, 21 Oct 2021 13:58:52 +0200 Subject: [PATCH] Make compatible with XP 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd78484..c0db379 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Reads and writes JSON to and from various input sources", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^10.0", + "xp-framework/core": "^11.0 | ^10.0", "php" : ">=7.0.0" }, "require-dev" : {