X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1a7ebb49654d152d80fc1dbce89d71d2db65319;hb=ef186de38a28abf2979c19ff8933f07f296e80b8;hp=fe6880aa797d5caeae8936b5cc4c64ee1201b155;hpb=5bcf1afd91d6a22dd301fedc99384ad83a634695;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index fe6880aa..a1a7ebb4 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,20 @@ }, "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-tokenizer": "*", + "ext-pdo": "*", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", @@ -111,7 +125,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {