Skip to content

Commit

Permalink
Drop XP <= 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 4, 2024
1 parent ff6f3bb commit fd9c750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Web Authentication change log

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

## 4.0.0 / 2024-02-04

* Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
* **Heads up**: Removed deprecated *Token* class which has been replaced
by `web.auth.oauth.BySecret`
(@thekid)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "Web Authentication",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/core": "^11.0 | ^10.0",
"xp-framework/http": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/xml": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"xp-forge/web": "^4.0 | ^3.0 | ^2.0 | ^1.0",
Expand Down

0 comments on commit fd9c750

Please sign in to comment.