Skip to content

Commit

Permalink
Improve suggestions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 21, 2019
1 parent e35687f commit 6ae1baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -45,8 +45,8 @@
"amphp/http-server": "dev-master"
},
"suggest": {
"ext-zlib": "*",
"ext-json": "*",
"ext-zlib": "Allows using compression for response bodies.",
"ext-json": "Required for logging HTTP archives",
"amphp/file": "Required for file request bodies and HTTP archive logging"
},
"autoload": {
Expand Down

0 comments on commit 6ae1baa

Please sign in to comment.