Skip to content

Commit

Permalink
Require missing psr/http-server-handler package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryszon committed Jun 13, 2024
1 parent c4fad87 commit 915a92b
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"doctrine/orm": "^3.2",
"phpunit/phpunit": "^9.6",
"psr/http-message": "^1.1",
"psr/http-server-handler": "^1.0",
"slim/psr7": "^1.7"
},
"require": {
Expand All @@ -31,7 +32,8 @@
"doctrine/orm": "For testing Doctrine repositories",
"slim/psr7": "For testing PSR-7 handlers",
"phpunit/phpunit": "For actual testing code",
"psr/http-message": "For testing PSR-7 handlers"
"psr/http-message": "For testing PSR-7 handlers",
"psr/http-server-handler": "Required for PsrHttp utility"
},
"config": {
"sort-packages": true
Expand Down
58 changes: 57 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 915a92b

Please sign in to comment.