Skip to content

Commit ab76770

Browse files
committed
Make compatible with XP 11 and xp-framework/logging version 11.0.0
1 parent 3343e3c commit ab76770

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Networking changelog
33

44
## ?.?.? / ????-??-??
55

6+
## 10.2.2 / 2021-10-21
7+
8+
* Made compatible with XP 11 and `xp-framework/logging` version 11.0.0
9+
(@thekid)
10+
611
## 10.2.1 / 2021-06-03
712

813
* Fixed timeouts for reading from sockets with newer PHP 8.1 builds

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"description" : "Networking for the XP Framework: Client and server APIs",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/logging": "^10.0 | ^9.0 | ^8.0 | ^7.0",
9+
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10+
"xp-framework/logging": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1111
"php" : ">=7.0.0"
1212
},
1313
"require-dev" : {

0 commit comments

Comments
 (0)