Skip to content

Commit

Permalink
Make compatible with XP web 3.0, see xp-forge/web#83
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 26, 2021
1 parent 9e788f8 commit 652ac57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Web Authentication change log

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

## 3.0.1 / 2021-09-26

* Made compatible with XP web 3.0, see xp-forge/web#83 - @thekid

## 3.0.0 / 2021-05-14

* Merged PR #13: Create random token, store in session and pass to request.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/http": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/xml": "^10.0 | ^9.0 | ^8.0",
"xp-forge/web": "^2.0 | ^1.0",
"xp-forge/web": "^3.0 | ^2.0 | ^1.0",
"xp-forge/json": "^4.0 | ^3.1",
"xp-forge/sessions": "^2.0 | ^1.0",
"php": ">=7.0.0"
Expand Down

0 comments on commit 652ac57

Please sign in to comment.