X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=0483da1d0d243eb27fb3cbd96a69ff01fc26d1ea;hb=b50ecd0c8a2a40abf49086c92a315bc333052870;hp=23c7cdc2b16fba8035577d5475f8b38839113d43;hpb=b495929c0dbc11d90dd7b15b120414b82e9fdc96;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 23c7cdc2..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", @@ -64,7 +65,7 @@ "liip/theme-bundle": "^1.4.6", "lexik/form-filter-bundle": "^5.0.4", "j0k3r/graby": "^1.0", - "friendsofsymfony/user-bundle": "^2.0.1", + "friendsofsymfony/user-bundle": "2.0.*", "friendsofsymfony/oauth-server-bundle": "^1.5.2", "stof/doctrine-extensions-bundle": "^1.2", "scheb/two-factor-bundle": "^2.14.0", @@ -83,18 +84,19 @@ "javibravo/simpleue": "^2.0", "symfony/dom-crawler": "^3.3.13", "friendsofsymfony/jsrouting-bundle": "^1.6.3", - "bdunogier/guzzle-site-authenticator": "^1.0.0@dev", + "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", "doctrine/data-fixtures": "~1.1", "sensio/generator-bundle": "^3.0", - "symfony/phpunit-bridge": "^3.3", + "symfony/phpunit-bridge": "^4.2", "friendsofphp/php-cs-fixer": "~2.0", "m6web/redis-mock": "^2.0", - "dama/doctrine-test-bundle": "^3.0" + "dama/doctrine-test-bundle": "^4.0" }, "scripts": { "post-cmd": [ @@ -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/" }