We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dad37f commit a568cf1Copy full SHA for a568cf1
ChangeLog.md
@@ -3,6 +3,10 @@ Rest API change log
3
4
## ?.?.? / ????-??-??
5
6
+## 4.2.0 / 2024-01-30
7
+
8
+* Made this library compatible with xp-forge/web version 4.0 - @thekid
9
10
## 4.2.0 / 2023-09-30
11
12
* Merged PR #26: Add possibility to convert input parameters via
composer.json
@@ -8,7 +8,7 @@
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/reflection": "^2.0",
- "xp-forge/web": "^3.0 | ^2.0 | ^1.0",
+ "xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0",
"xp-forge/marshalling": "^2.0 | ^1.0",
13
"xp-forge/json": "^5.0 | ^4.0 | ^3.1",
14
"php": ">=7.0.0"
0 commit comments