Skip to content

Commit

Permalink
Suggested extenstions are wrong
Browse files Browse the repository at this point in the history
Suggested extensions should be in format of `ext-<name>`.
  • Loading branch information
Willem Stuursma authored Sep 23, 2016
1 parent 53bb1e9 commit 1483090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": ">= 5.3"
},
"suggest": {
"ext/openssl": "OpenSSL extension",
"ext/mcrypt": "MCrypt extension"
"ext-openssl": "OpenSSL extension",
"ext-mcrypt": "MCrypt extension"
}
}

0 comments on commit 1483090

Please sign in to comment.