From 6f0cb9d4c126f40f1910afd243f4cffba0460283 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Fri, 6 Dec 2024 05:51:02 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d590eff53b1..c033968e59f 100644 --- a/composer.lock +++ b/composer.lock @@ -306,16 +306,16 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "ae33db114380a6455a2c15b84694b6738555edb8" + "reference": "d72443ca689111d8f0060eb9963ab8dba05d5a98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ae33db114380a6455a2c15b84694b6738555edb8", - "reference": "ae33db114380a6455a2c15b84694b6738555edb8", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d72443ca689111d8f0060eb9963ab8dba05d5a98", + "reference": "d72443ca689111d8f0060eb9963ab8dba05d5a98", "shasum": "" }, "require": { - "php": "~8.0 || ~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -336,14 +336,18 @@ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" + }, + { + "name": "Joas Schilling", + "email": "coding@schilljs.com" } ], - "description": "Composer package containing Nextcloud's public API (classes, interfaces)", + "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2024-11-19T00:45:35+00:00" + "time": "2024-12-06T05:49:44+00:00" }, { "name": "psr/clock",