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

github.com/nextcloud/event_update_notification.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-08-05 14:43:02 +0300
committerGitHub <noreply@github.com>2022-08-05 14:43:02 +0300
commit3d48170743ad6337ad6666d46a78eb872075f57f (patch)
tree9b2946d35ccdb034ee361ff85ea1f622054eace7
parent40b18089f9d2ab5130ff295ddf78c81d54c514ce (diff)
parent366cd38ffcf91231dcb0b942bee9c163ed044018 (diff)
Merge pull request #30 from nextcloud/automated/noid/master-update-christophwurst-nextcloud
[master] Update christophwurst/nextcloud dependency
-rw-r--r--composer.json4
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 2d79d74..fcfaecf 100644
--- a/composer.json
+++ b/composer.json
@@ -8,11 +8,9 @@
"name": "nextcloud/event_update_notification",
"description": "event update notification",
"license": "AGPL",
- "require": {
- },
"require-dev": {
"nextcloud/coding-standard": "^1.0.0",
- "christophwurst/nextcloud": "dev-master@dev"
+ "christophwurst/nextcloud": "dev-master"
},
"config": {
"optimize-autoloader": true,
diff --git a/composer.lock b/composer.lock
index af87c17..230d131 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": "bf3d1fc9dab35ae3b9fb85a6e8e0511c",
+ "content-hash": "c4187f6830a0408273b5c4845a8945ab",
"packages": [],
"packages-dev": [
{
@@ -13,17 +13,17 @@
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "6aec9c3521c554466bb7d92559782cf61f391c79"
+ "reference": "cf53ad1019a30bbab39a969fd6c85c881adef4b0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/6aec9c3521c554466bb7d92559782cf61f391c79",
- "reference": "6aec9c3521c554466bb7d92559782cf61f391c79",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/cf53ad1019a30bbab39a969fd6c85c881adef4b0",
+ "reference": "cf53ad1019a30bbab39a969fd6c85c881adef4b0",
"shasum": ""
},
"require": {
"php": "^7.4 || ~8.0 || ~8.1",
- "psr/container": "^1.0",
+ "psr/container": "^1.1.1",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
},
@@ -31,7 +31,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "24.0.0-dev"
+ "dev-master": "25.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -49,7 +49,7 @@
"issues": "https://github.com/ChristophWurst/nextcloud_composer/issues",
"source": "https://github.com/ChristophWurst/nextcloud_composer/tree/master"
},
- "time": "2022-02-07T08:09:24+00:00"
+ "time": "2022-08-03T02:19:37+00:00"
},
{
"name": "composer/pcre",
@@ -2199,5 +2199,5 @@
"platform-overrides": {
"php": "7.4"
},
- "plugin-api-version": "2.2.0"
+ "plugin-api-version": "2.3.0"
}