Skip to content

Commit

Permalink
Make compatible with XP10
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 30, 2019
1 parent ca0fef9 commit 40a4119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Tokenize log

## ?.?.? / ????-??-??

## 8.1.1 / 2019-11-30

* Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid

## 8.1.0 / 2019-08-10

* Made compatible with PHP 7.4 - refrain using `{}` for string offsets
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"description" : "Text tokenizing",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5",
"php" : ">=5.6.0"
},
"require-dev" : {
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"
"xp-framework/unittest": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 40a4119

Please sign in to comment.