From b52ce225761f8c8144b2f2c3858251f9422750b2 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 11 Jul 2024 15:44:12 -0700 Subject: [PATCH] chore: Bump nextcloud/ocp Signed-off-by: Christopher Ng --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 558d6934..c396a3f2 100644 --- a/composer.lock +++ b/composer.lock @@ -858,16 +858,16 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "cb36d570c3b7aae1735599cc4b3614b9ce5c9c79" + "reference": "5460600953d265eb408baa990102b7ffb5c47134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/cb36d570c3b7aae1735599cc4b3614b9ce5c9c79", - "reference": "cb36d570c3b7aae1735599cc4b3614b9ce5c9c79", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5460600953d265eb408baa990102b7ffb5c47134", + "reference": "5460600953d265eb408baa990102b7ffb5c47134", "shasum": "" }, "require": { - "php": "~8.0 || ~8.1 || ~8.2", + "php": "~8.0 || ~8.1 || ~8.2 || ~8.3", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -877,7 +877,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "28.0.0-dev" + "dev-master": "30.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -895,7 +895,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2023-08-26T00:28:49+00:00" + "time": "2024-07-11T00:37:32+00:00" }, { "name": "nikic/php-parser",