We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e7d49 commit 68da82dCopy full SHA for 68da82d
2 files changed
ChangeLog.md
@@ -3,6 +3,10 @@ Pattern matching changelog
3
4
## ?.?.? / ????-??-??
5
6
+## 7.1.0 / 2016-08-28
7
+
8
+* Added forward compatibility with XP 8.0.0 - @thekid
9
10
## 7.0.0 / 2016-02-21
11
12
* **Adopted semantic versioning. See xp-framework/rfc#300** - @thekid
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" : {
0 commit comments