From aeef1e19bb179ab70326efdc62e73714a7d8d973 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Tue, 16 Jun 2020 17:43:05 -0400 Subject: [PATCH] Adding a keyword for Packagist Thank you @javiereguiluz for the suggestion. https://github.com/symfony/symfony/pull/37273 --- src/Symfony/Component/Console/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/composer.json b/src/Symfony/Component/Console/composer.json index a2547f90845d9..0aa7b84e84d11 100644 --- a/src/Symfony/Component/Console/composer.json +++ b/src/Symfony/Component/Console/composer.json @@ -2,7 +2,7 @@ "name": "symfony/console", "type": "library", "description": "Symfony Console Component", - "keywords": ["console", "cli", "command line"], + "keywords": ["console", "cli", "command line", "terminal"], "homepage": "https://symfony.com", "license": "MIT", "authors": [