Skip to content

Commit 4e328b6

Browse files
committed
Updated dependencies.
1 parent ec18d7c commit 4e328b6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function activate(Composer $composer, IOInterface $io)
5050
// $installer = new Installer($io, $composer);
5151
// $composer->getInstallationManager()->addInstaller($installer);
5252

53-
($this->packman = new Packman($composer, $io)); //->start();
53+
($this->packman = new Packman($composer, $io))->start();
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)