From 02f2edbbb076c6cf507d21fb7aaf96933f326333 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Fri, 29 Nov 2019 16:33:41 +0100 Subject: [PATCH] Add XP10 compatibility --- ChangeLog.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c224480..305738f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ Unittests change log ## ?.?.? / ????-??-?? +## 10.1.1 / 2019-11-29 + +* Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid * Merged PR #39: Rewrite annotations to use map syntax instead of key/ value pairs, implementing xp-framework/rfc#335 (@thekid) diff --git a/composer.json b/composer.json index 4af22b1..f14a223 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Unittests for the XP Framework", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.10", + "xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.10", "php" : ">=5.6.0" }, "bin": ["bin/xp.xp-framework.unittest.test"],