Skip to content

Commit 89a6f3c

Browse files
committed
Make compatible with XP 11
1 parent 80d9b78 commit 89a6f3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## 9.0.3 / 2021-10-21
7+
8+
* Maded library compatible with XP 11 - @thekid
9+
610
## 9.0.2 / 2021-08-16
711

812
* Fixed PHP 8.1 compatibility by declaring `getIterator()` with correct

composer.json

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

0 commit comments

Comments
 (0)