From 5429686c9921b4ba9dd72f03e58a152f27d76b8b Mon Sep 17 00:00:00 2001
From: germanliu <germanliu@gmail.com>
Date: Mon, 13 Oct 2014 16:44:21 -0400
Subject: [PATCH] Remove stability=dev

Shouldn't stability=dev be removed?
---
 docs/guide/tutorial-advanced-app.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guide/tutorial-advanced-app.md b/docs/guide/tutorial-advanced-app.md
index dc2ae6d..67e06e3 100644
--- a/docs/guide/tutorial-advanced-app.md
+++ b/docs/guide/tutorial-advanced-app.md
@@ -18,7 +18,7 @@ If you do not have [Composer](http://getcomposer.org/), follow the instructions 
 With Composer installed, you can then install the application using the following commands:
 
     composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
-    composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced yii-application
+    composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
 
 The first command installs the [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
 which allows managing bower and npm package dependencies through Composer. You only need to run this command
--
libgit2 0.27.1