X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1a7ebb49654d152d80fc1dbce89d71d2db65319;hb=2c2308b7830e24409c6f4a52b52a616803b1a515;hp=826eb91b28cb97d7c4ccd30c9267e34dff40606f;hpb=fbbda941102326ac91c2ebf2f67a269860290ad7;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 826eb91b..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", @@ -66,7 +80,7 @@ "paragonie/random_compat": "~1.0", "craue/config-bundle": "~1.4", "mnapoli/piwik-twig-extension": "^1.0", - "lexik/maintenance-bundle": "dev-master" + "lexik/maintenance-bundle": "~2.1" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", @@ -111,7 +125,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {