From 1fbfbfdd9ec833f8ac90cc9e9b59c81fdcd5e62d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 4 Nov 2015 21:01:27 +0300 Subject: [PATCH] #10089 --- framework/UPGRADE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 34d56ccf92..aecfea3d7e 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -8,6 +8,12 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to follow the instructions for both A and B. +Make sure you have global install of latest version of composer asset plugin: + +``` +php composer.phar global require "fxp/composer-asset-plugin" +``` + Upgrade from Yii 2.0.5 ----------------------