Skip to content

Commit

Permalink
feature: PSR-17 support for PhpSession authentication
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing authored and weierophinney committed Mar 30, 2022
1 parent 59d8767 commit 47e8c8c
Show file tree
Hide file tree
Showing 10 changed files with 561 additions and 176 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"mezzio/mezzio-authentication": "^1.3",
"mezzio/mezzio-session": "^1.6",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1"
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0.1",
"webmozart/assert": "^1.10"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
Expand Down

0 comments on commit 47e8c8c

Please sign in to comment.