From 502fcba6a08d3bdebf37cfaae6e7dce20d2c7421 Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Wed, 30 Aug 2017 12:14:12 +0200 Subject: [PATCH] composer script for 5.5 --- src/NewCommand.php | 1 + 1 file changed, 1 insertion(+) 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')) {