From 6e8f602a9ba4f18204c96d723f293cfdd93d044f Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 21 Aug 2018 11:57:27 +0300 Subject: [PATCH] Fix typo (#3923) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c27bb9dee..d190fb282 100644 --- a/composer.json +++ b/composer.json @@ -50,8 +50,8 @@ "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { - "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", - "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically." + "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI", + "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically" }, "bin": ["bin/drupal"], "config": {