Add openssl to suggest, refs #930
parent
2d41774bcc
commit
7d45ce9d8f
|
@ -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/" }
|
||||||
|
|
Loading…
Reference in New Issue