From 1e9d992b86efc7fbb78bea6a7315a54be6f8a968 Mon Sep 17 00:00:00 2001 From: jorostoyanov Date: Mon, 28 Aug 2017 14:36:03 +0300 Subject: [PATCH] Add keywords and PHP restriction to composer --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 6381f5c..e28da63 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "htmlburger/twitter-helper", "description": "Helper library for retrieving information from the Twitter API.", + "keywords": ["twitter", "twitter feed", "feed"], "type": "library", "license": "GPL-2.0", "authors": [ @@ -10,6 +11,7 @@ } ], "require": { + "php": ">=5.3", "j7mbo/twitter-api-php": "^1.0" }, "autoload": {