We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94365f commit be5a7ffCopy full SHA for be5a7ff
2 files changed
ChangeLog.md
@@ -3,6 +3,10 @@ AWS Lambda Webservices change log
3
4
## ?.?.? / ????-??-??
5
6
+## 2.2.0 / 2024-03-24
7
+
8
+* Made compatible with XP 12 - @thekid
9
10
## 2.1.0 / 2024-01-30
11
12
* Merged PR #12: Check for `xp-forge/web ^4.0` applications, which
composer.json
@@ -6,13 +6,13 @@
"description" : "AWS Lambda Webservices for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
- "xp-framework/core": "^11.0 | ^10.0",
+ "xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-forge/lambda": "^5.0",
"xp-forge/web": "^4.0 | ^3.0",
"php": ">=7.0.0"
13
},
14
"require-dev" : {
15
- "xp-framework/test": "^1.0"
+ "xp-framework/test": "^2.0 | ^1.0"
16
17
"autoload" : {
18
"files" : ["src/main/php/autoload.php"]
0 commit comments