diff --git a/framework/yii b/framework/yii index bd34b46..fd69f10 100755 --- a/framework/yii +++ b/framework/yii @@ -13,6 +13,7 @@ defined('YII_DEBUG') or define('YII_DEBUG', true); $composerAutoload = [ __DIR__ . '/../vendor/autoload.php', // in yii2-dev repo __DIR__ . '/../../autoload.php', // installed as a composer binary + __DIR__ . '/../../../autoload.php', // installed as a composer binary from yii2-dev repo ]; $vendorPath = null; foreach ($composerAutoload as $autoload) {