summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-11-30 01:52:27 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-11-30 01:52:27 +0100
commite80fb54522c307afec3d8bb474a47dd9d2d5da64 (patch)
tree98633eb27bc514e51643766c0c4c45fc5cecfdd3 /composer.json
parent577c052aff605697cd173967751828a181cca4ad (diff)
Bumped PHP to >=7.2 as it not supported anymore (no security fixes)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4bd7ae40..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": "*",