From 31f333c86d698e18b3e190a9e7eb7284ae1385a6 Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Wed, 21 Feb 2018 08:05:08 +0100 Subject: [PATCH] Make symfony/thanks a suggestion rather than a hard requirement. (#3789) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a56229212..0c5f5baa4 100644 --- a/composer.json +++ b/composer.json @@ -47,10 +47,10 @@ "psy/psysh": "0.6.* || ~0.8", "symfony/css-selector": "~2.8|~3.0", "symfony/dom-crawler": "~2.8|~3.0", - "symfony/http-foundation": "~2.8|~3.0", - "symfony/thanks": "^1.0" + "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { + "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", "drupal/console-dotenv": "This project provide support for env and contains a new command to setup dotenv on a drupal site." }, "bin": ["bin/drupal"],