Skip to content

Commit 2374e09

Browse files
committed
Add license and keywords to composer.json
1 parent ac44f03 commit 2374e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "php-tmdb/laravel",
33
"description": "Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.",
4+
"keywords": ["Laravel", "tmdb", "api", "php", "wrapper", "movie", "tv", "tv show", "tvdb"],
45
"authors": [
56
{
67
"name": "Mark Redeman",
78
"email": "markredeman@gmail.com"
89
}
910
],
11+
"license": "MIT",
1012
"require": {
1113
"php": ">=5.4.0",
1214
"illuminate/support": "~5.0 || ~4.0",

0 commit comments

Comments
 (0)