From b07efd486947a0c9cc200394f6784b74771a64df Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sat, 8 Feb 2014 00:48:43 +0100 Subject: [PATCH] Updating composer description of the package. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7242eee3..419c6897 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wtfzdotnet/php-tmdb-api", "type": "library", - "description": "TMDB API v3 client", + "description": "PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.", "homepage": "https://github.com/wtfzdotnet/php-tmdb-api", "keywords": ["tmdb", "api", "php","wrapper", "movie", "tv", "tv show", "tvdb"], "license": "MIT",