diff options
-rw-r--r-- | composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 70a50f09..a1a7ebb4 100644 --- a/composer.json +++ b/composer.json | |||
@@ -30,20 +30,19 @@ | |||
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.9", | 31 | "php": ">=5.5.9", |
32 | "ext-pcre": "*", | 32 | "ext-pcre": "*", |
33 | "ext-DOM": "*", | 33 | "ext-dom": "*", |
34 | "ext-curl": "*", | 34 | "ext-curl": "*", |
35 | "ext-gd": "*", | 35 | "ext-gd": "*", |
36 | "ext-session": "*", | 36 | "ext-session": "*", |
37 | "ext-Ctype": "*", | 37 | "ext-ctype": "*", |
38 | "ext-hash": "*", | 38 | "ext-hash": "*", |
39 | "ext-simplexml": "*", | 39 | "ext-simplexml": "*", |
40 | "ext-json": "*", | 40 | "ext-json": "*", |
41 | "ext-mbstring": "*", | 41 | "ext-mbstring": "*", |
42 | "ext-xml": "*", | 42 | "ext-xml": "*", |
43 | "ext-iconv": "*", | 43 | "ext-iconv": "*", |
44 | "ext-gettext": "*", | ||
45 | "ext-tokenizer": "*", | 44 | "ext-tokenizer": "*", |
46 | "ext-PDO": "*", | 45 | "ext-pdo": "*", |
47 | "symfony/symfony": "3.0.*", | 46 | "symfony/symfony": "3.0.*", |
48 | "doctrine/orm": "^2.5", | 47 | "doctrine/orm": "^2.5", |
49 | "doctrine/doctrine-bundle": "^1.6", | 48 | "doctrine/doctrine-bundle": "^1.6", |