Skip to content

Commit

Permalink
Releasing 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jun 21, 2015
1 parent bfb64ee commit c796003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.4.0",
"ext-curl": "*",
"symfony/event-dispatcher": "~2.4",
"symfony/options-resolver": "~2.1",
"symfony/options-resolver": "~2.6",
"guzzlehttp/guzzle": "~5.0",
"guzzlehttp/cache-subscriber": "~0.1@dev",
"guzzlehttp/log-subscriber": "~1.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Tmdb/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Client
use ApiMethodsTrait;

/** Client Version */
const VERSION = '2.0.6';
const VERSION = '2.0.8';

/** Base API URI */
const TMDB_URI = 'api.themoviedb.org/3/';
Expand Down
2 changes: 1 addition & 1 deletion test/Tmdb/Tests/Repository/TvRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function shouldLoadTv()
->method('get')
->with($this->getRequest(
'tv/' . self::TV_ID,
['append_to_response' => 'credits,external_ids,images,translations,similar,keywords,changes,content_ratings']
['append_to_response' => 'credits,external_ids,images,translations,similar,keywords,changes,content_ratings,alternative_titles']
))
;

Expand Down

0 comments on commit c796003

Please sign in to comment.