Skip to content

Commit 8c4b206

Browse files
committed
JSON library compatibility
1 parent 8df8bee commit 8c4b206

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

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

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

6+
## 3.0.2 / 2021-10-21
7+
8+
* Made library compatible with new major release of `xp-forge/json`
9+
(@thekid)
10+
611
## 3.0.1 / 2021-10-21
712

813
* Made library compatible with XP 11, newer `xp-framework/zip` library

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"xp-framework/core": "^11.0 | ^10.14",
1010
"xp-framework/http": "^10.0 | ^9.0",
1111
"xp-framework/zip": "^10.0 | ^9.0",
12-
"xp-forge/json": "^4.0",
12+
"xp-forge/json": "^5.0 | ^4.0",
1313
"php": ">=7.0.0"
1414
},
1515
"require-dev" : {

0 commit comments

Comments
 (0)