diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-06-09 21:10:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-06-09 21:10:11 +0200 |
commit | c49393f5a41e965f91b93a952237fb4e22ef796d (patch) | |
tree | 602b76334505e35af21e4a09e058dec1253b37a3 /composer.json | |
parent | bf8392eb68c1e0a441fd71af28f0c015311e50c7 (diff) | |
download | dokuwiki-c49393f5a41e965f91b93a952237fb4e22ef796d.tar.gz dokuwiki-c49393f5a41e965f91b93a952237fb4e22ef796d.zip |
increase required PHP version to 7.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index e8178fff0..3f5a01b8d 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "project", "license": "GPL v2", "require": { - "php": ">=7.2", + "php": ">=7.4", "ext-json": "*", "splitbrain/php-archive": "~1.0", "phpseclib/phpseclib": "~2.0", @@ -21,7 +21,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.4" } }, "suggest": { |