From e1ac0bc21743bc13ffb864e0f22f4f2c9116bd25 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Thu, 21 Oct 2021 18:02:05 +0200 Subject: [PATCH] Make library compatible with XP 11 --- ChangeLog.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b5e154c..056b38b 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ XP AST ChangeLog ## ?.?.? / ????-??-?? +## 7.7.1 / 2021-10-21 + +* Made library compatible with XP 11 - @thekid + ## 7.7.0 / 2021-10-06 * Merged PR #32: Support `new T(...)` callable syntax - @thekid diff --git a/composer.json b/composer.json index effa334..c94639f 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "AST for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0", + "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0", "php" : ">=7.0.0" }, "require-dev" : {