diff --git a/Changelog b/Changelog index 4c7b0e9f8..e68e34b73 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-03-08 DariusIII + * Upd: Update smarty handling in composer.json * Fix: Remove require for GiantBomb as it should be handled by composer * Fix: Fix errors related to changes to libraries. * Fix: Remove require for getid3 from Nfo class, it is handled by composer autoload now diff --git a/composer.json b/composer.json index da3987256..bfda02eaf 100755 --- a/composer.json +++ b/composer.json @@ -35,6 +35,6 @@ "moinax/tvdb": "~1.0", "phpmailer/phpmailer": "~5.2", "exeu/apai-io": "~1.0", - "smarty/smarty": "3.1.*" + "smarty/smarty": "~3.1" } }