X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=4f234861548ebf78587f778e4e17d71eabf89be6;hb=3c7900d0cdc8e1893a14bbdde5a6dec4e4186a10;hp=f209a5c22369558a4a56cdf9e48c850afd518342;hpb=e673b54f702f274a087e4feff409663d9636e57b;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index f209a5c2..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": "*", @@ -48,7 +48,7 @@ "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": "^5.2.1", @@ -90,7 +90,7 @@ "require-dev": { "doctrine/doctrine-fixtures-bundle": "~3.0", "sensio/generator-bundle": "^3.0", - "symfony/phpunit-bridge": "^3.3", + "symfony/phpunit-bridge": "3.4.x-dev", "friendsofphp/php-cs-fixer": "~2.0", "m6web/redis-mock": "^2.0", "dama/doctrine-test-bundle": "^4.0" @@ -131,7 +131,7 @@ "config": { "bin-dir": "bin", "platform": { - "php": "5.6.0" + "php": "7.1.0" } }, "minimum-stability": "dev",