Skip to content

Commit c796003

Browse files
committed
Releasing 2.0.8
1 parent bfb64ee commit c796003

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": ">=5.4.0",
1717
"ext-curl": "*",
1818
"symfony/event-dispatcher": "~2.4",
19-
"symfony/options-resolver": "~2.1",
19+
"symfony/options-resolver": "~2.6",
2020
"guzzlehttp/guzzle": "~5.0",
2121
"guzzlehttp/cache-subscriber": "~0.1@dev",
2222
"guzzlehttp/log-subscriber": "~1.0",

lib/Tmdb/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Client
3131
use ApiMethodsTrait;
3232

3333
/** Client Version */
34-
const VERSION = '2.0.6';
34+
const VERSION = '2.0.8';
3535

3636
/** Base API URI */
3737
const TMDB_URI = 'api.themoviedb.org/3/';

test/Tmdb/Tests/Repository/TvRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function shouldLoadTv()
2727
->method('get')
2828
->with($this->getRequest(
2929
'tv/' . self::TV_ID,
30-
['append_to_response' => 'credits,external_ids,images,translations,similar,keywords,changes,content_ratings']
30+
['append_to_response' => 'credits,external_ids,images,translations,similar,keywords,changes,content_ratings,alternative_titles']
3131
))
3232
;
3333

0 commit comments

Comments
 (0)