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 f457001 commit e22ebebCopy full SHA for e22ebeb
ChangeLog.md
@@ -3,6 +3,11 @@ AWS Lambda change log
3
4
## ?.?.? / ????-??-??
5
6
+## 5.4.0 / 2024-07-05
7
+
8
+* Made compatible with https://github.com/xp-forge/aws version 2.0
9
+ (@thekid)
10
11
## 5.3.0 / 2024-03-24
12
13
* Made compatible with XP 12 - @thekid
composer.json
@@ -9,7 +9,7 @@
"xp-framework/core": "^12.0 | ^11.0 | ^10.14",
"xp-framework/http": "^10.0 | ^9.0",
"xp-framework/zip": "^11.0 | ^10.0 | ^9.0",
- "xp-forge/aws": "^1.0",
+ "xp-forge/aws": "^2.0 | ^1.0",
"xp-forge/json": "^5.0 | ^4.0",
14
"php": ">=7.0.0"
15
},
0 commit comments