From 2ff9a367e8ae3e34618a459d42f8022eab8b9fdf Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Wed, 5 Dec 2018 12:11:41 +0100 Subject: [PATCH] [Composer] Add showing plugins command after creating a new project --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 28d361090e..adaf2a4785 100644 --- a/composer.json +++ b/composer.json @@ -70,6 +70,9 @@ ], "post-update-cmd": [ "@auto-scripts" + ], + "post-create-project-cmd": [ + "bin/console sylius:show-available-plugins --ansi" ] }, "config": {