1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Add --no-scripts argument for dump-autoload command

This commit is contained in:
cw-ozaki 2014-08-08 16:27:19 +09:00
parent 4ecdbf89c4
commit d649cfc6a1
3 changed files with 12 additions and 2 deletions

View file

@ -814,6 +814,7 @@ EOF;
->method('getCanonicalPackages')
->will($this->returnValue(array()));
$this->generator->setRunScripts(true);
$this->generator->dump($this->config, $this->repository, $package, $this->im, 'composer', true, '_8');
}