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 Apr 4, 2020
1 parent d5b2ffc commit ddac88d
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 @@ stomp ChangeLog

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

## 10.0.1 / 2020-04-04

* Made compatible with XP 10 - @thekid

## 10.0.0 / 2018-08-24

* Made compatible with `xp-framework/logging` version 9.0.0 - @thekid
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"description" : "STOMP protocol implementation",
"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",
"xp-framework/logging": "^9.0 | ^8.0 | ^7.0 | ^6.5",
"xp-framework/networking": "^9.0 | ^8.0 | ^7.0 | ^6.6",
"php": ">=5.6.0"
},
"require-dev" : {
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit ddac88d

Please sign in to comment.