Skip to content

Commit

Permalink
Add license and keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRedeman committed Dec 22, 2015
1 parent ac44f03 commit 2374e09
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,12 +1,14 @@
{
"name": "php-tmdb/laravel",
"description": "Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.",
"keywords": ["Laravel", "tmdb", "api", "php", "wrapper", "movie", "tv", "tv show", "tvdb"],
"authors": [
{
"name": "Mark Redeman",
"email": "markredeman@gmail.com"
}
],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0 || ~4.0",
Expand Down

0 comments on commit 2374e09

Please sign in to comment.