Skip to content

Commit

Permalink
Add openssl to suggest, refs #930
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 20, 2012
1 parent 2d41774 commit 7d45ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"symfony/process": "2.1.*@dev"
},
"suggest": {
"ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
"ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages"
},
"autoload": {
"psr-0": { "Composer": "src/" }
Expand Down

0 comments on commit 7d45ce9

Please sign in to comment.