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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-24 17:41:09 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 17:41:09 +0300
commit7f8124617b726974ffa03074b4c2fa5164df6225 (patch)
tree8f4cfaff070cdaf8809d660d0f4b03512201b88f
parent35f28e6654bcc101d6870330c53b5f57578f2c3b (diff)
Fix stable22 testing target
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--composer.json4
-rw-r--r--composer.lock20
3 files changed, 14 insertions, 12 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 4f40268..3e497fb 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable22' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/composer.json b/composer.json
index 2c04a1a..999a7a0 100644
--- a/composer.json
+++ b/composer.json
@@ -8,12 +8,10 @@
"name": "nextcloud/notifications",
"description": "notifications",
"license": "AGPL",
- "require": {
- },
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^0.5.0",
- "christophwurst/nextcloud": "dev-master@dev",
+ "christophwurst/nextcloud": "dev-stable22",
"vimeo/psalm": "^4.3.2"
},
"config": {
diff --git a/composer.lock b/composer.lock
index 4fa73ed..4d0fdf0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "67830675d35af38f636a0983570a8937",
+ "content-hash": "8ec9fecf38e47f48d8f1154d17d974f2",
"packages": [],
"packages-dev": [
{
@@ -159,16 +159,16 @@
},
{
"name": "christophwurst/nextcloud",
- "version": "dev-master",
+ "version": "dev-stable22",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "b8a6f713939cf124a3798de106c1798486d5d781"
+ "reference": "cb6185dce69016b05dc3c80d962339ceed0e2dfb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/b8a6f713939cf124a3798de106c1798486d5d781",
- "reference": "b8a6f713939cf124a3798de106c1798486d5d781",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/cb6185dce69016b05dc3c80d962339ceed0e2dfb",
+ "reference": "cb6185dce69016b05dc3c80d962339ceed0e2dfb",
"shasum": ""
},
"require": {
@@ -180,7 +180,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "22.0.0-dev"
+ "dev-master": "23.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -194,7 +194,11 @@
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
- "time": "2021-03-26T23:34:29+00:00"
+ "support": {
+ "issues": "https://github.com/ChristophWurst/nextcloud_composer/issues",
+ "source": "https://github.com/ChristophWurst/nextcloud_composer/tree/stable22"
+ },
+ "time": "2021-06-24T11:33:26+00:00"
},
{
"name": "composer/package-versions-deprecated",
@@ -4627,5 +4631,5 @@
"platform-overrides": {
"php": "7.3"
},
- "plugin-api-version": "1.1.0"
+ "plugin-api-version": "2.1.0"
}