Skip to content

Commit e40f562

Browse files
committed
Add version compatibility with XP7
1 parent e120437 commit e40f562

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

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

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

6+
## 7.0.0 / 2016-02-21
7+
8+
* Added version compatibility with XP 7 - @thekid
9+
610
## 6.6.0 / 2014-12-08
711

812
* Extracted from the XP Framework's core - @thekid

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description" : "Text tokenizing",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^6.5.0",
9+
"xp-framework/core": "^7.0 | ^6.5",
1010
"php" : ">=5.5.0"
1111
},
1212
"require-dev" : {
13-
"xp-framework/unittest": "^6.5.0"
13+
"xp-framework/unittest": "^7.0 | ^6.5"
1414
},
1515
"autoload" : {
1616
"files" : ["src/main/php/autoload.php"]

0 commit comments

Comments
 (0)