summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-11-30 15:37:48 +0100
committerGitHub <noreply@github.com>2019-11-30 15:37:48 +0100
commita18c7d13fcae0af77cdaef1947f2160cbf1dc56a (patch)
tree98633eb27bc514e51643766c0c4c45fc5cecfdd3 /composer.json
parent14f8d208b817d8d7dccebdb5f7a6ada2bcb9d5f4 (diff)
parente80fb54522c307afec3d8bb474a47dd9d2d5da64 (diff)
Merge pull request #682 from MyIgel/php7.4
PHP 7.4 compatibility, PHP min version 7.2, Twig 3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index d76abe94..0af3b2a6 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
"phpcbf": "phpcbf -p"
},
"require": {
- "php": ">=7.1.0",
+ "php": ">=7.2.0",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
@@ -40,8 +40,7 @@
"swiftmailer/swiftmailer": "^6.2",
"symfony/http-foundation": "^4.3",
"symfony/psr-http-message-bridge": "^1.2",
- "twig/extensions": "^1.5",
- "twig/twig": "~2.6.0",
+ "twig/twig": "^3.0",
"vlucas/phpdotenv": "^3.3"
},
"require-dev": {