We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65075f6 commit a079408Copy full SHA for a079408
composer.json
@@ -18,7 +18,7 @@
18
"symfony/event-dispatcher": "~2.1",
19
"symfony/options-resolver": "~2.1",
20
"guzzlehttp/guzzle": "~5.0",
21
- "guzzlehttp/cache-subscriber": "~0.2@dev",
+ "guzzlehttp/cache-subscriber": "~0.1@dev",
22
"guzzlehttp/log-subscriber": "~1.0",
23
"guzzlehttp/retry-subscriber": "~2.0",
24
"psr/log": "~1.0"
lib/Tmdb/Client.php
@@ -31,7 +31,7 @@ class Client
31
use ApiMethodsTrait;
32
33
/** Client Version */
34
- const VERSION = '2.0';
+ const VERSION = '2.0.1';
35
36
/** Base API URI */
37
const TMDB_URI = 'api.themoviedb.org/3/';
0 commit comments