diff --git a/src/NewCommand.php b/src/NewCommand.php index ca2b9e97..2b0d8a1a 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -65,6 +65,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $composer.' install --no-scripts', $composer.' run-script post-root-package-install', $composer.' run-script post-create-project-cmd', + $composer.' run-script post-autoload-dump', ]; if ($input->getOption('dev')) {