Browse Source

Add openssl to suggest, refs #930

Jordi Boggiano 12 years ago
parent
commit
7d45ce9d8f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -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/" }