We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d9b78 commit 89a6f3cCopy full SHA for 89a6f3c
ChangeLog.md
@@ -3,6 +3,10 @@ Tokenize log
3
4
## ?.?.? / ????-??-??
5
6
+## 9.0.3 / 2021-10-21
7
+
8
+* Maded library compatible with XP 11 - @thekid
9
10
## 9.0.2 / 2021-08-16
11
12
* Fixed PHP 8.1 compatibility by declaring `getIterator()` with correct
composer.json
@@ -6,7 +6,7 @@
"description" : "Text tokenizing",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
+ "xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"php" : ">=7.0.0"
},
"require-dev" : {
0 commit comments