From 5599328df02ba6ada496fc53ff1c12078b606a84 Mon Sep 17 00:00:00 2001 From: alphayax Date: Wed, 29 Jun 2016 08:13:30 +0200 Subject: [PATCH] Update composer.json (add keywords) --- composer.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a3d2e7c..353d2ca 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,21 @@ "email": "alphayax@gmail.com" } ], - "require" : { + "keywords": [ + "freebox", + "api", + "rest", + "Freebox revolution", + "download" + ], + "require": { "php": ">=5.5.0", "ext-curl": "*", - "alphayax/rest" : "^1.1.0", + "alphayax/rest": "^1.1.0", "monolog/monolog": "^1.9.1" }, - "require-dev" : { - "alphayax/phpdoc_md" : "^1.0.4", + "require-dev": { + "alphayax/phpdoc_md": "^1.0.4", "codacy/coverage": "<2.0.0", "phpunit/phpunit": "^5.4.0", "zf1/zend-reflection": "1.12.*"