From 5b1ee2f85a292d9039c850426053982faafa433a Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 3 Feb 2025 14:20:31 +0300 Subject: [PATCH] Remove suggestions from `composer.json` and add `bump-after-update` option --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 75e4c9b..26678df 100644 --- a/composer.json +++ b/composer.json @@ -44,9 +44,6 @@ "spatie/phpunit-watcher": "^1.24", "vimeo/psalm": "^5.26.1|^6.1" }, - "suggest": { - "symfony/console": "To use composer commands `yii-config-copy` and `yii-config-rebuild`." - }, "config": { "sort-packages": true, "bump-after-update": "dev", @@ -68,6 +65,7 @@ }, "extra": { "class": "Yiisoft\\Config\\Composer\\EventHandler", + "bump-after-update": "dev", "bamarni-bin": { "bin-links": true, "target-directory": "tools",