Skip to content

Commit a568cf1

Browse files
committed
Make this library compatible with xp-forge/web version 4.0
See xp-forge/web#108
1 parent 3dad37f commit a568cf1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Rest API change log
33

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

6+
## 4.2.0 / 2024-01-30
7+
8+
* Made this library compatible with xp-forge/web version 4.0 - @thekid
9+
610
## 4.2.0 / 2023-09-30
711

812
* Merged PR #26: Add possibility to convert input parameters via

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require" : {
99
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
1010
"xp-framework/reflection": "^2.0",
11-
"xp-forge/web": "^3.0 | ^2.0 | ^1.0",
11+
"xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0",
1212
"xp-forge/marshalling": "^2.0 | ^1.0",
1313
"xp-forge/json": "^5.0 | ^4.0 | ^3.1",
1414
"php": ">=7.0.0"

0 commit comments

Comments
 (0)