diff --git a/ChangeLog.md b/ChangeLog.md index 3783305..1789093 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Tokenize log ## ?.?.? / ????-??-?? +## 9.0.3 / 2021-10-21 + +* Maded library compatible with XP 11 - @thekid + ## 9.0.2 / 2021-08-16 * Fixed PHP 8.1 compatibility by declaring `getIterator()` with correct diff --git a/composer.json b/composer.json index f42ef54..ea8b41c 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Text tokenizing", "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" : {