From 3346aad8c3fe39358e35973c79e0c126355d7f58 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 23 Jul 2024 11:07:24 +0200 Subject: [PATCH] feat!: drop support for php 8.0 Signed-off-by: Richard Steinmetz --- appinfo/info.xml | 2 +- composer.json | 4 ++-- composer.lock | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e77a512390..2bdae98100 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -39,7 +39,7 @@ https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png - + caldav diff --git a/composer.json b/composer.json index 3960e11a65..c90d19ce10 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "config": { "platform": { - "php": "8.0" + "php": "8.1" }, "sort-packages": true, "optimize-autoloader": true, @@ -16,7 +16,7 @@ } }, "require": { - "php": ">= 8.0 <=8.3", + "php": ">= 8.1 <=8.3", "bamarni/composer-bin-plugin": "^1.8.2" }, "scripts": { diff --git a/composer.lock b/composer.lock index 073e2a0651..a4acd80808 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "75489928459381c25b110fb39f97770c", + "content-hash": "492b5cfee734ba356e1be314ca01accb", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">= 8.0 <=8.3" + "php": ">= 8.1 <=8.3" }, "platform-dev": [], "platform-overrides": { - "php": "8.0" + "php": "8.1" }, "plugin-api-version": "2.3.0" }