diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-23 19:06:37 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-02-23 19:06:37 +0100 |
commit | db847ca0b75728602f1800fe61829965493fa73c (patch) | |
tree | 1bbc8071fa7c724940e2af84b4ac3dcb1667e5d2 /composer.json | |
parent | fc6020b2c8f133052b82dd49337fbb3f2f480ebf (diff) | |
download | wallabag-db847ca0b75728602f1800fe61829965493fa73c.tar.gz wallabag-db847ca0b75728602f1800fe61829965493fa73c.tar.zst wallabag-db847ca0b75728602f1800fe61829965493fa73c.zip |
add composer extensions check & function_exists checks
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/composer.json b/composer.json index fe6880aa..0a016049 100644 --- a/composer.json +++ b/composer.json | |||
@@ -66,7 +66,23 @@ | |||
66 | "paragonie/random_compat": "~1.0", | 66 | "paragonie/random_compat": "~1.0", |
67 | "craue/config-bundle": "~1.4", | 67 | "craue/config-bundle": "~1.4", |
68 | "mnapoli/piwik-twig-extension": "^1.0", | 68 | "mnapoli/piwik-twig-extension": "^1.0", |
69 | "lexik/maintenance-bundle": "~2.1" | 69 | "lexik/maintenance-bundle": "~2.1", |
70 | "ext-pcre": "*", | ||
71 | "ext-DOM": "*", | ||
72 | "ext-curl": "*", | ||
73 | "ext-gd": "*", | ||
74 | "ext-session": "*", | ||
75 | "ext-Ctype": "*", | ||
76 | "ext-hash": "*", | ||
77 | "ext-simplexml": "*", | ||
78 | "ext-json": "*", | ||
79 | "ext-mbstring": "*", | ||
80 | "ext-xml": "*", | ||
81 | "ext-tidy": "*", | ||
82 | "ext-iconv": "*", | ||
83 | "ext-gettext": "*", | ||
84 | "ext-tokenizer": "*", | ||
85 | "ext-PDO": "*" | ||
70 | }, | 86 | }, |
71 | "require-dev": { | 87 | "require-dev": { |
72 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 88 | "doctrine/doctrine-fixtures-bundle": "~2.2", |