From 0a7e695975af4dc6fe3c8b22ab9323b725d8da6d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 23 Feb 2016 23:29:25 +0100 Subject: remove unused functions & clean composer.json --- src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php') diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 114b8726..9383628c 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@ -30,10 +30,8 @@ class InstallCommand extends ContainerAwareCommand * @var array */ protected $functionExists = [ - 'tidy_parse_string', 'curl_exec', 'curl_multi_init', - 'gettext', ]; protected function configure() -- cgit v1.2.3