diff --git a/DataCollector/TranslateDataCollector.php b/DataCollector/TranslateDataCollector.php index 13fcb36..1536e0b 100644 --- a/DataCollector/TranslateDataCollector.php +++ b/DataCollector/TranslateDataCollector.php @@ -67,4 +67,9 @@ public function getName() { return 'eko.google_translate.data_collector.translate'; } + + public function reset() + { + return true; + } } diff --git a/composer.json b/composer.json index e985486..0a7fff7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^5.3|^7.0", - "symfony/framework-bundle": "^2.3|^3.0", + "symfony/framework-bundle": "3.4.*", "guzzlehttp/guzzle": "~6.0" }, "autoload": {