Skip to content

Commit be095f9

Browse files
committed
Add support for xp-forge/uri version 3.0+
1 parent 5dddb28 commit be095f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WebSockets change log
55

66
## 4.1.0 / 2025-01-12
77

8+
* Added support for `xp-forge/uri` version 3.0+ - @thekid
89
* **Heads up**: Deprecated passing origin to `WebSocket` constructor. It
910
should be passed inside the headers when calling *connect()*.
1011
(@thekid)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
1010
"xp-framework/networking": "^10.0 | ^9.3",
1111
"xp-framework/logging": "^11.0 | ^10.0 | ^9.1",
12-
"xp-forge/uri": "^2.0 | ^1.4",
12+
"xp-forge/uri": "^3.0 | ^2.0 | ^1.4",
1313
"php": ">=7.4.0"
1414
},
1515
"require-dev" : {

0 commit comments

Comments
 (0)