We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120437 commit e40f562Copy full SHA for e40f562
ChangeLog.md
@@ -3,6 +3,10 @@ Tokenize log
3
4
## ?.?.? / ????-??-??
5
6
+## 7.0.0 / 2016-02-21
7
+
8
+* Added version compatibility with XP 7 - @thekid
9
10
## 6.6.0 / 2014-12-08
11
12
* Extracted from the XP Framework's core - @thekid
composer.json
@@ -6,11 +6,11 @@
"description" : "Text tokenizing",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^6.5.0",
+ "xp-framework/core": "^7.0 | ^6.5",
"php" : ">=5.5.0"
},
"require-dev" : {
13
- "xp-framework/unittest": "^6.5.0"
+ "xp-framework/unittest": "^7.0 | ^6.5"
14
15
"autoload" : {
16
"files" : ["src/main/php/autoload.php"]
0 commit comments