]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/InstallCommand.php
remove unused functions & clean composer.json
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / InstallCommand.php
index 114b8726b43124b2bde02428a0828a4de836ce88..9383628c961120c176baaa06339e592e6e68ef9c 100644 (file)
@@ -30,10 +30,8 @@ class InstallCommand extends ContainerAwareCommand
      * @var array
      */
     protected $functionExists = [
-        'tidy_parse_string',
         'curl_exec',
         'curl_multi_init',
-        'gettext',
     ];
 
     protected function configure()