Skip to content

Commit

Permalink
Merge pull request #14 from boesing/feature/psr-17-support
Browse files Browse the repository at this point in the history
PSR-17 support
  • Loading branch information
weierophinney committed Mar 30, 2022
2 parents 59d8767 + 22b3b65 commit 3a0d1de
Show file tree
Hide file tree
Showing 12 changed files with 635 additions and 176 deletions.
7 changes: 6 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 All @@ -48,6 +50,9 @@
}
},
"autoload-dev": {
"files": [
"test/autoload.php"
],
"psr-4": {
"MezzioTest\\Authentication\\Session\\": "test/"
}
Expand Down

0 comments on commit 3a0d1de

Please sign in to comment.