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.
2 parents 8046474 + 502fcba commit 4a8585dCopy full SHA for 4a8585d
src/NewCommand.php
@@ -65,6 +65,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
65
$composer.' install --no-scripts',
66
$composer.' run-script post-root-package-install',
67
$composer.' run-script post-create-project-cmd',
68
+ $composer.' run-script post-autoload-dump',
69
];
70
71
if ($input->getOption('dev')) {
0 commit comments