Merge pull request #251 from znerol-forks/fix/master/adapt-composer-lock

Fix composer lock and static analysis after updating nextcloud/ocp
pull/253/head
Klaus 2023-07-27 14:05:18 +02:00 committed by GitHub
commit 52ec225c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: composer i run: composer i
- name: Install dependencies - name: Install dependencies
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }} psr/container symfony/service-contracts
- name: Run coding standards check - name: Run coding standards check
run: composer run psalm run: composer run psalm

15
composer.lock generated
View File

@ -1191,16 +1191,16 @@
}, },
{ {
"name": "nextcloud/ocp", "name": "nextcloud/ocp",
"version": "v24.0.1", "version": "v26.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "f032acdff1502a7323f95a6524d163290f43b446" "reference": "6f0ffec5ace13e71f50d0735c0258fc37f4ca562"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f032acdff1502a7323f95a6524d163290f43b446", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6f0ffec5ace13e71f50d0735c0258fc37f4ca562",
"reference": "f032acdff1502a7323f95a6524d163290f43b446", "reference": "6f0ffec5ace13e71f50d0735c0258fc37f4ca562",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1212,7 +1212,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "24.0.0-dev" "dev-master": "26.0.0-dev"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1227,9 +1227,10 @@
], ],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)", "description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": { "support": {
"source": "https://github.com/nextcloud-deps/ocp/tree/v24.0.1" "issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/v26.0.4"
}, },
"time": "2022-06-02T14:16:47+00:00" "time": "2023-07-17T09:26:46+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",