From 68da82d6a58163e29147bbeb774203aac6f84b19 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 28 Aug 2016 23:25:46 +0200 Subject: [PATCH] Add forward-compatiblity with XP8 --- ChangeLog.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c5aea7a..084ca21 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ Pattern matching changelog ## ?.?.? / ????-??-?? +## 7.1.0 / 2016-08-28 + +* Added forward compatibility with XP 8.0.0 - @thekid + ## 7.0.0 / 2016-02-21 * **Adopted semantic versioning. See xp-framework/rfc#300** - @thekid diff --git a/composer.json b/composer.json index 924e03b..34021c8 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "Big number handling", "keywords": ["module", "xp"], "require" : { - "xp-framework/core": "^7.0 | ^6.5", + "xp-framework/core": "^8.0 | ^7.0 | ^6.5", "php" : ">=5.5.0" }, "require-dev" : {