X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1a7ebb49654d152d80fc1dbce89d71d2db65319;hb=ef186de38a28abf2979c19ff8933f07f296e80b8;hp=d84e1f8b8f1b04c6b7c25e870be4ca0f69573596;hpb=7a0e6970b447b270c09e16fc7ee4098f736a7a12;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index d84e1f8b..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", @@ -54,8 +68,8 @@ "pagerfanta/pagerfanta": "~1.0.3", "lexik/form-filter-bundle": "~5.0", "j0k3r/graby": "~1.0", - "friendsofsymfony/user-bundle": "dev-master", - "friendsofsymfony/oauth-server-bundle": "^1.5@dev", + "friendsofsymfony/user-bundle": "~2.0@dev", + "friendsofsymfony/oauth-server-bundle": "^1.5", "stof/doctrine-extensions-bundle": "^1.2@dev", "scheb/two-factor-bundle": "~2.0", "grandt/phpepub": "~4.0", @@ -63,7 +77,10 @@ "kphoen/rulerz-bundle": "~0.10", "guzzlehttp/guzzle": "^5.2.0", "doctrine/doctrine-migrations-bundle": "^1.0", - "paragonie/random_compat": "~1.0" + "paragonie/random_compat": "~1.0", + "craue/config-bundle": "~1.4", + "mnapoli/piwik-twig-extension": "^1.0", + "lexik/maintenance-bundle": "~2.1" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", @@ -108,7 +125,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {