Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 24, 2023
1 parent ecdfcd9 commit 7ae9eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Web frontends change log

## 6.0.0 / 2023-12-24

* Implemented xp-framework/rfc#341: Drop support for XP 9 - @thekid
* Merged PR #47: Support unmarshalling handler parameters - @thekid

## 5.6.0 / 2023-11-18
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description" : "Web Frontends",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/http": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"xp-framework/http": "^10.0 | ^9.0",
"xp-framework/reflection": "^2.0",
"xp-forge/web": "^3.0 | ^2.9",
"xp-forge/compression": "^1.0",
Expand Down

0 comments on commit 7ae9eda

Please sign in to comment.