From 8332e8c60f3b448d4adbdcc70ebe189a1139a9f9 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 9 May 2013 20:12:40 +0400 Subject: [PATCH] Updated framework paths in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c6b616a..e9c3927 100644 --- a/composer.json +++ b/composer.json @@ -64,10 +64,10 @@ "source": "https://github.com/yiisoft/yii2" }, "config": { - "vendor-dir": "framework/vendor" + "vendor-dir": "yii/vendor" }, "bin": [ - "framework/yiic" + "yii/yiic" ], "require": { "php": ">=5.3.0",