X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=4f234861548ebf78587f778e4e17d71eabf89be6;hb=3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10;hp=86241be0317100d8719b901f9c2c06d11d18b7fb;hpb=ea60d76e60da4a74493156e43502c0023401391c;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 86241be0..4f234861 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "issues": "https://github.com/wallabag/wallabag/issues" }, "require": { - "php": ">=5.6.0", + "php": ">=7.1.0", "ext-pcre": "*", "ext-dom": "*", "ext-curl": "*", @@ -43,15 +43,15 @@ "ext-iconv": "*", "ext-tokenizer": "*", "ext-pdo": "*", - "symfony/symfony": "~3.3.13", + "symfony/symfony": "3.4.*", "doctrine/orm": "^2.5.12", "doctrine/doctrine-bundle": "^1.8.0", "doctrine/doctrine-cache-bundle": "^1.3.2", "twig/extensions": "^1.5.1", - "symfony/swiftmailer-bundle": "^2.6.7", + "symfony/swiftmailer-bundle": "^3.2.3", "symfony/monolog-bundle": "^3.1.2", "sensio/distribution-bundle": "^5.0.21", - "sensio/framework-extra-bundle": "^3.0.28", + "sensio/framework-extra-bundle": "^5.2.1", "incenteev/composer-parameter-handler": "^2.1.2", "nelmio/cors-bundle": "~1.5", "friendsofsymfony/rest-bundle": "~2.1", @@ -82,14 +82,13 @@ "predis/predis": "^1.1.1", "javibravo/simpleue": "^2.0", "symfony/dom-crawler": "^3.3.13", - "friendsofsymfony/jsrouting-bundle": "^1.6.3", + "friendsofsymfony/jsrouting-bundle": "^2.2.1", "bdunogier/guzzle-site-authenticator": "^1.0.0@dev", "defuse/php-encryption": "^2.1", "html2text/html2text": "^4.1" }, "require-dev": { - "doctrine/doctrine-fixtures-bundle": "~2.2", - "doctrine/data-fixtures": "~1.1", + "doctrine/doctrine-fixtures-bundle": "~3.0", "sensio/generator-bundle": "^3.0", "symfony/phpunit-bridge": "3.4.x-dev", "friendsofphp/php-cs-fixer": "~2.0", @@ -132,7 +131,7 @@ "config": { "bin-dir": "bin", "platform": { - "php": "5.6.0" + "php": "7.1.0" } }, "minimum-stability": "dev",