X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=0483da1d0d243eb27fb3cbd96a69ff01fc26d1ea;hb=2ba365c7c49556cd23b444dc3bb8d4a8cf08809d;hp=97613ef7a05daf341a061734bf1b487dd26d2d88;hpb=f6b9e883c01196d5aec249f6e8e02e07d0da4089;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 97613ef7..0483da1d 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "ext-iconv": "*", "ext-tokenizer": "*", "ext-pdo": "*", + "ext-tidy": "*", "symfony/symfony": "~3.3.13", "doctrine/orm": "^2.5.12", "doctrine/doctrine-bundle": "^1.8.0", @@ -85,7 +86,8 @@ "friendsofsymfony/jsrouting-bundle": "^1.6.3", "bdunogier/guzzle-site-authenticator": "^1.0.0", "defuse/php-encryption": "^2.1", - "html2text/html2text": "^4.1" + "html2text/html2text": "^4.1", + "sulu/symfony-intl-fix": "^1.0" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2", @@ -124,7 +126,11 @@ }, "autoload": { "psr-4": { "Wallabag\\": "src/Wallabag/" }, - "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] + "classmap": [ "app/AppKernel.php", "app/AppCache.php" ], + "exclude-from-classmap": [ + "vendor/symfony/intl/Locale.php", + "vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php" + ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" }