X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1a7ebb49654d152d80fc1dbce89d71d2db65319;hb=7af794e525fd0d7504d0a1c41cc747909df66033;hp=70a50f09c0c5916467bbf3ef15097afa53f02048;hpb=fd3fd481a66478931be6800127d8473621aba272;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 70a50f09..a1a7ebb4 100644 --- a/composer.json +++ b/composer.json @@ -30,20 +30,19 @@ "require": { "php": ">=5.5.9", "ext-pcre": "*", - "ext-DOM": "*", + "ext-dom": "*", "ext-curl": "*", "ext-gd": "*", "ext-session": "*", - "ext-Ctype": "*", + "ext-ctype": "*", "ext-hash": "*", "ext-simplexml": "*", "ext-json": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-iconv": "*", - "ext-gettext": "*", "ext-tokenizer": "*", - "ext-PDO": "*", + "ext-pdo": "*", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6",