Skip to content

Commit

Permalink
Updated extensions required/suggested as per #56
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Sep 13, 2019
1 parent 8a04852 commit 899e416
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"php": ">=7.1.0,<7.5.0",
"ext-json": "*",
"ext-sockets": "*",
"ext-zlib": "*",
"ext-openssl": "*",
"ocramius/package-versions": "^1.4",
"psr/log": "^1.0",
"ralouphie/getallheaders": "^2.0.5|^3.0",
Expand All @@ -24,7 +26,8 @@
"vimeo/psalm": "^3.4"
},
"suggest": {
"ext-xdebug": "Required for processing of request headers"
"ext-xdebug": "Required for processing of request headers",
"ext-scoutapm": "Recommended for additional recording capability of IO-bound PHP internal functions"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

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

0 comments on commit 899e416

Please sign in to comment.