diff options
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", |