Skip to content

Commit

Permalink
Add keywords and PHP restriction to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Aug 28, 2017
1 parent e7e5d34 commit 1e9d992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -10,6 +11,7 @@
}
],
"require": {
"php": ">=5.3",
"j7mbo/twitter-api-php": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 1e9d992

Please sign in to comment.