From 294d197193224fa91eaef373910d4be681547fce Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Fri, 15 Sep 2023 17:50:10 +0200 Subject: [PATCH] Add SyliusCon advert --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48e8b15ac6..66f40f4f84 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,8 @@ "post-create-project-cmd": [ "@php -r \"file_put_contents('.gitignore', str_replace('/composer.lock' . PHP_EOL, '', file_get_contents('.gitignore')));\"", "@php bin/console sylius:inform-about-gus --ansi", - "@php bin/console sylius:show-available-plugins --ansi" + "@php bin/console sylius:show-available-plugins --ansi", + "echo 'Join us at this year’s \uD83E\uDDA2 SyliusCon \uD83E\uDDA2: https://sylius.com/conference'" ], "auto-scripts": { "cache:clear": "symfony-cmd",