From 67b44e3c9091f1e5968f032a2473d758247db0bd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Sep 2022 20:23:20 +0200 Subject: Migrate to nextcloud/OCP package in stable24 Signed-off-by: Joas Schilling --- composer.lock | 87 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 45 insertions(+), 42 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 5dd55876d..267727617 100644 --- a/composer.lock +++ b/composer.lock @@ -4,48 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f1e6d917d90ebc09298a5f9bf178784e", + "content-hash": "200a06cb2817192ec0fb40affcff1085", "packages": [], "packages-dev": [ - { - "name": "christophwurst/nextcloud", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/ChristophWurst/nextcloud_composer.git", - "reference": "b802513b81fb8ef64a294e07ba458b7fa623aa36" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/b802513b81fb8ef64a294e07ba458b7fa623aa36", - "reference": "b802513b81fb8ef64a294e07ba458b7fa623aa36", - "shasum": "" - }, - "require": { - "php": "^7.4 || ~8.0 || ~8.1", - "psr/container": "^1.1.1", - "psr/event-dispatcher": "^1.0", - "psr/log": "^1.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "25.0.0-dev" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Christoph Wurst", - "email": "christoph@winzerhof-wurst.at" - } - ], - "description": "Composer package containing Nextcloud's public API (classes, interfaces)", - "time": "2022-06-08T01:58:16+00:00" - }, { "name": "composer/pcre", "version": "3.0.0", @@ -682,6 +643,48 @@ "description": "Nextcloud coding standards for the php cs fixer", "time": "2021-11-10T08:44:10+00:00" }, + { + "name": "nextcloud/ocp", + "version": "dev-stable24", + "source": { + "type": "git", + "url": "https://github.com/nextcloud-deps/ocp.git", + "reference": "55af8ca3c8530d23aa1aecf4e149bea04fa47207" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/55af8ca3c8530d23aa1aecf4e149bea04fa47207", + "reference": "55af8ca3c8530d23aa1aecf4e149bea04fa47207", + "shasum": "" + }, + "require": { + "php": "^7.4 || ~8.0 || ~8.1", + "psr/container": "^1.1.1", + "psr/event-dispatcher": "^1.0", + "psr/log": "^1.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "24.0.0-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Christoph Wurst", + "email": "christoph@winzerhof-wurst.at" + } + ], + "description": "Composer package containing Nextcloud's public API (classes, interfaces)", + "support": { + "source": "https://github.com/nextcloud-deps/ocp/tree/stable24" + }, + "time": "2022-08-23T02:31:47+00:00" + }, { "name": "nikic/php-parser", "version": "v4.14.0", @@ -4542,7 +4545,7 @@ "minimum-stability": "stable", "stability-flags": { "roave/security-advisories": 20, - "christophwurst/nextcloud": 20 + "nextcloud/ocp": 20 }, "prefer-stable": false, "prefer-lowest": false, @@ -4552,5 +4555,5 @@ "platform-dev": { "ext-mbstring": "*" }, - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.3.0" } -- cgit v1.2.3