]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Jump to PHP 7.1+
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 24 Oct 2018 18:26:18 +0000 (20:26 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 25 Nov 2018 09:08:45 +0000 (10:08 +0100)
composer.json

index 6d5415ab7bffed73cf0b8575a252b3a37de8f057..4f234861548ebf78587f778e4e17d71eabf89be6 100644 (file)
@@ -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",
     "config": {
         "bin-dir": "bin",
         "platform": {
-            "php": "5.6.0"
+            "php": "7.1.0"
         }
     },
     "minimum-stability": "dev",