From 454e3f496923dac29dcf2ef32fe709f41b1d4013 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 8 Dec 2024 03:10:32 +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 f25bb23..85db51a 100644 --- a/composer.lock +++ b/composer.lock @@ -231,16 +231,16 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "e818fb786ae957f0ca16f3c0314a842300a30bc7" + "reference": "54e519f73544c0b41d85f0979089af91eae30aba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/e818fb786ae957f0ca16f3c0314a842300a30bc7", - "reference": "e818fb786ae957f0ca16f3c0314a842300a30bc7", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/54e519f73544c0b41d85f0979089af91eae30aba", + "reference": "54e519f73544c0b41d85f0979089af91eae30aba", "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", @@ -261,14 +261,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-29T00:46:59+00:00" + "time": "2024-12-07T00:47:06+00:00" }, { "name": "nikic/php-parser",