We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271d06d commit 59b963eCopy full SHA for 59b963e
src/NewCommand.php
@@ -70,8 +70,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
70
71
if ($input->getOption('dev')) {
72
unset($commands[2]);
73
-
74
- $commands[] = $composer.' run-script post-autoload-dump';
75
}
76
77
if ($input->getOption('no-ansi')) {
0 commit comments