diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-18 09:21:04 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-01-25 17:25:08 +0100 |
commit | 4259391162c095fbeb7fd4680097b17d21ae3457 (patch) | |
tree | 211277e9242ed461b00955e38949ff4265ca769a /composer.json | |
parent | e85ea0afafde69905b6e646242b110e05ffc1336 (diff) | |
download | nextcloud-server-4259391162c095fbeb7fd4680097b17d21ae3457.tar.gz nextcloud-server-4259391162c095fbeb7fd4680097b17d21ae3457.zip |
Drop PHP7.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 4e191745592..75ea1c45e86 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "7.3" + "php": "7.4" }, "allow-plugins": { "bamarni/composer-bin-plugin": true |