diff --git a/ChangeLog.md b/ChangeLog.md index de950da..77b275a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Collections change log ## ?.?.? / ????-??-?? +## 10.0.2 / 2021-10-21 + +* Made compatible with XP 11 - @thekid + ## 10.0.1 / 2021-09-06 * Fixed PHP 8.1 compatibility for `Traversable` subtypes - @thekid diff --git a/composer.json b/composer.json index e8dc19b..018af92 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Generic collections for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^10.2", + "xp-framework/core": "^11.0 | ^10.2", "php" : ">=7.0.0" }, "require-dev" : {