From 732d25eca8b71bbe107acc74fedf727316154904 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 4 Sep 2013 15:44:31 +0400 Subject: [PATCH] Added note about the fact that PHP SSL extension is required to install all Composer dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5e1ec2..aaa7fba 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basi Now you should be able to access the application using the URL `http://localhost/yii-basic/web/`, assuming `yii-basic` is directly under the document root of your Web server. +Note that in order to install some dependencies you must have `php_openssl` extension enabled. + ### Install from an Archive File