Skip to content

Commit

Permalink
Make compatible with xp-forge/lambda 4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 26, 2022
1 parent dd6c6aa commit 32f963e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ AWS Lambda Webservices change log

## ?.?.? / ????-??-??

## 1.0.3 / 2022-02-26

* Made library compatible with `xp-forge/lambda` version 4.0.0
(@thekid)

## 1.0.2 / 2021-10-21

* Made library compatible with XP 11, `xp-forge/lambda` version 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-forge/lambda": "^3.0 | ^2.0 | ^1.0",
"xp-forge/lambda": "^4.0 | ^3.0 | ^2.0 | ^1.0",
"xp-forge/web": "^3.0 | ^2.13",
"php": ">=7.0.0"
},
Expand Down

0 comments on commit 32f963e

Please sign in to comment.