Skip to content

Commit ddea6c2

Browse files
committed
Make compatible with XP 11, xp-framework/logging 11.0.0
1 parent f2d6396 commit ddea6c2

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ HTTP protocol support for the XP Framework ChangeLog
33

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

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

813
* Fixed *stristr(): Passing null to parameter 1 ($haystack) of type string

composer.json

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

0 commit comments

Comments
 (0)