aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-23 23:29:25 +0100
committerThomas Citharel <tcit@tcit.fr>2016-02-23 23:29:25 +0100
commit0a7e695975af4dc6fe3c8b22ab9323b725d8da6d (patch)
treebe55e6be23fa592c3d2b28fad90313ec09cc044f /src/Wallabag/CoreBundle/Command/InstallCommand.php
parentdb847ca0b75728602f1800fe61829965493fa73c (diff)
downloadwallabag-0a7e695975af4dc6fe3c8b22ab9323b725d8da6d.tar.gz
wallabag-0a7e695975af4dc6fe3c8b22ab9323b725d8da6d.tar.zst
wallabag-0a7e695975af4dc6fe3c8b22ab9323b725d8da6d.zip
remove unused functions & clean composer.json
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 0 insertions, 2 deletions
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
30 * @var array 30 * @var array
31 */ 31 */
32 protected $functionExists = [ 32 protected $functionExists = [
33 'tidy_parse_string',
34 'curl_exec', 33 'curl_exec',
35 'curl_multi_init', 34 'curl_multi_init',
36 'gettext',
37 ]; 35 ];
38 36
39 protected function configure() 37 protected function configure()