1
0
Fork 0

Add openssl to suggest, refs #930

pull/934/head
Jordi Boggiano 2012-07-20 10:37:11 +02:00
parent 2d41774bcc
commit 7d45ce9d8f
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"symfony/process": "2.1.*@dev" "symfony/process": "2.1.*@dev"
}, },
"suggest": { "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": { "autoload": {
"psr-0": { "Composer": "src/" } "psr-0": { "Composer": "src/" }