Merge pull request #4151 from nextcloud/automated/noid/stable25-update-nextcloud-ocp

This commit is contained in:
Julius Härtl
2022-10-23 10:22:20 +02:00
committed by GitHub
2 changed files with 48 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
"nextcloud/coding-standard": "^1.0.0",
"symfony/event-dispatcher": "^4.0",
"vimeo/psalm": "^4.3",
"php-parallel-lint/php-parallel-lint": "^1.2"
"php-parallel-lint/php-parallel-lint": "^1.2",
"nextcloud/ocp": "dev-stable25"
},
"config": {
"optimize-autoloader": true,

48
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "33c2fe0cccf29841e021001c6430310a",
"content-hash": "f7fb2bd697e7cc438b56c87c3d1f5574",
"packages": [
{
"name": "cogpowered/finediff",
@@ -1234,6 +1234,49 @@
},
"time": "2021-11-10T08:44:10+00:00"
},
{
"name": "nextcloud/ocp",
"version": "dev-stable25",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "a11e9d9784052363158c97904062daa855518505"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a11e9d9784052363158c97904062daa855518505",
"reference": "a11e9d9784052363158c97904062daa855518505",
"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": "26.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": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/stable25"
},
"time": "2022-10-20T00:52:59+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.14.0",
@@ -5392,7 +5435,8 @@
"minimum-stability": "stable",
"stability-flags": {
"roave/security-advisories": 20,
"christophwurst/nextcloud": 20
"christophwurst/nextcloud": 20,
"nextcloud/ocp": 20
},
"prefer-stable": false,
"prefer-lowest": false,