1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

remove unused functions & clean composer.json

This commit is contained in:
Thomas Citharel 2016-02-23 23:29:25 +01:00
parent db847ca0b7
commit 0a7e695975
2 changed files with 16 additions and 19 deletions

View 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()