1
0
Fork 0

removed extra vars

pull/19/head
everzet 2011-09-21 01:22:19 +03:00
parent 6ce0132259
commit 0cc017a395
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ use Composer\Repository;
use Composer\Package;
use Composer\Console\Application as ComposerApplication;
$composerFolder = '.composer';
$composerCache = $composerFolder.'/packages';
// initialize installer
$installer = new Installer\LibraryInstaller('vendor', $preferSource = true);
$installer->setDownloader('git', new Downloader\GitDownloader());