From 81cd47afac9c00511635481b3a0bc243b4af45bc Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Mon, 5 Feb 2024 19:27:16 +0100 Subject: [PATCH] Remove outdated SyliusCon advert --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fb32b18795..5875fd9d3c 100644 --- a/composer.json +++ b/composer.json @@ -114,8 +114,7 @@ "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", - "echo 'Join us at this year’s \uD83E\uDDA2 SyliusCon \uD83E\uDDA2: https://sylius.com/conference'" + "@php bin/console sylius:show-available-plugins --ansi" ], "auto-scripts": { "cache:clear": "symfony-cmd",