Skip to content

Commit 68da82d

Browse files
committed
Add forward-compatiblity with XP8
1 parent 49e7d49 commit 68da82d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Pattern matching changelog
33

44
## ?.?.? / ????-??-??
55

6+
## 7.1.0 / 2016-08-28
7+
8+
* Added forward compatibility with XP 8.0.0 - @thekid
9+
610
## 7.0.0 / 2016-02-21
711

812
* **Adopted semantic versioning. See xp-framework/rfc#300** - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "Big number handling",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^7.0 | ^6.5",
9+
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
1010
"php" : ">=5.5.0"
1111
},
1212
"require-dev" : {

0 commit comments

Comments
 (0)