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:
parent
4ecdbf89c4
commit
d649cfc6a1
3 changed files with 12 additions and 2 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue