diff --git a/composer.lock b/composer.lock index 2f7958e..a8f1d7c 100644 --- a/composer.lock +++ b/composer.lock @@ -913,16 +913,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", @@ -943,14 +943,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",