From 8e6b427f60718d29c74f42358125860a59657e7a Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 23 May 2013 12:25:18 +0200 Subject: [PATCH] removed composer autoloading, since it's already active --- extensions/composer/yii/composer/InstallHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/composer/yii/composer/InstallHandler.php b/extensions/composer/yii/composer/InstallHandler.php index 961f39b..0f121e6 100644 --- a/extensions/composer/yii/composer/InstallHandler.php +++ b/extensions/composer/yii/composer/InstallHandler.php @@ -70,7 +70,6 @@ class InstallHandler $appPath = realpath(__DIR__ . '/../../../../..'); require($appPath . '/vendor/yiisoft/yii2/yii/Yii.php'); - require($appPath . '/vendor/autoload.php'); $config = require($appPath . '/config/console.php'); foreach((array)$options['run'] as $params){