X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1a7ebb49654d152d80fc1dbce89d71d2db65319;hb=ef186de38a28abf2979c19ff8933f07f296e80b8;hp=796c4c157acda684ad80eb8ccb4a7cc02b6727e9;hpb=0a7e695975af4dc6fe3c8b22ab9323b725d8da6d;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 796c4c15..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", @@ -126,7 +125,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {