X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=796c4c157acda684ad80eb8ccb4a7cc02b6727e9;hb=0a7e695975af4dc6fe3c8b22ab9323b725d8da6d;hp=fe6880aa797d5caeae8936b5cc4c64ee1201b155;hpb=2aadeea8cd968a2e32631b166097748611a520f6;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index fe6880aa..796c4c15 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,21 @@ }, "require": { "php": ">=5.5.9", + "ext-pcre": "*", + "ext-DOM": "*", + "ext-curl": "*", + "ext-gd": "*", + "ext-session": "*", + "ext-Ctype": "*", + "ext-hash": "*", + "ext-simplexml": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-iconv": "*", + "ext-gettext": "*", + "ext-tokenizer": "*", + "ext-PDO": "*", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6",