Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-27 09:46:09 +0300
committerGitHub <noreply@github.com>2022-09-27 09:46:09 +0300
commitaa6cb9f3b35687fd0840c79cf25308a0f53f86e6 (patch)
treef4e78bf1a8eb4d598930eb9d064a3c64894679ea /composer.lock
parentfdcf2fc6f6b6de11e9406e2503bb4b6740540435 (diff)
parent21f0425be4d7d591b8b311867c1e7e4af14e9b4c (diff)
Merge pull request #3061 from nextcloud/migrate-stable24-christophwurst-package
Migrate to nextcloud/OCP package in stable24
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock87
1 files changed, 45 insertions, 42 deletions
diff --git a/composer.lock b/composer.lock
index 5dd55876d..267727617 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,49 +4,10 @@
"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",
"source": {
@@ -683,6 +644,48 @@
"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",
"source": {
@@ -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"
}