Skip to content

Commit

Permalink
Drop compatiblity with XP version <= 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 24, 2021
1 parent cda50c5 commit 31190a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ WebSockets change log

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

* Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)

## 1.0.1 / 2020-04-10

* Made compatible with `xp-forge/uri` version 2.0.0 - @thekid
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"description" : "WebSockets for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/networking": "^9.0 | ^8.0 | ^7.0",
"xp-framework/logging": "^9.0 | ^8.0 | ^7.0",
"xp-forge/uri": "^2.0 | ^1.2",
"xp-framework/core": "^11.0 | ^10.0",
"xp-framework/networking": "^10.0 | ^9.3",
"xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
"xp-forge/uri": "^2.0 | ^1.4",
"php": ">=7.0.0"
},
"require-dev" : {
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0 |^7.0"
"xp-framework/unittest": "^11.0 | ^10.1"
},
"bin": ["bin/xp.xp-forge.ws"],
"autoload" : {
Expand Down

0 comments on commit 31190a6

Please sign in to comment.