summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2023-02-05 02:58:36 +0000
committerGitHub <noreply@github.com>2023-02-05 02:58:36 +0000
commit96301efa4eacfd30434235ccb66c354212a6ebaf (patch)
tree1b613bd72fea8941fc6fd2d6a70b0f59652cf3a7
parent42a3decb9894c92405b3f8e8f50fbeec0a2c6e7c (diff)
chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--composer.lock8
-rw-r--r--vendor-bin/csfixer/composer.lock12
-rw-r--r--vendor-bin/phpunit/composer.lock12
3 files changed, 16 insertions, 16 deletions
diff --git a/composer.lock b/composer.lock
index 95a7cfae6..2afd12bf3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -133,12 +133,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
- "reference": "4b9b1d8099394c9612c98c604c28c50dd08fa09a"
+ "reference": "10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/4b9b1d8099394c9612c98c604c28c50dd08fa09a",
- "reference": "4b9b1d8099394c9612c98c604c28c50dd08fa09a",
+ "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b",
+ "reference": "10c4b4febb6ee4d5a7517cf25137a177c3f5cf4b",
"shasum": ""
},
"require": {
@@ -170,7 +170,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
},
- "time": "2023-01-28T00:37:53+00:00"
+ "time": "2023-02-03T00:42:03+00:00"
},
{
"name": "psr/clock",
diff --git a/vendor-bin/csfixer/composer.lock b/vendor-bin/csfixer/composer.lock
index 44da9ca19..9667ee1b4 100644
--- a/vendor-bin/csfixer/composer.lock
+++ b/vendor-bin/csfixer/composer.lock
@@ -227,16 +227,16 @@
},
{
"name": "doctrine/annotations",
- "version": "2.0.0",
+ "version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
- "reference": "d02c9f3742044e17d5fa8d28d8402a2d95c33302"
+ "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/d02c9f3742044e17d5fa8d28d8402a2d95c33302",
- "reference": "d02c9f3742044e17d5fa8d28d8402a2d95c33302",
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
+ "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"shasum": ""
},
"require": {
@@ -297,9 +297,9 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/2.0.0"
+ "source": "https://github.com/doctrine/annotations/tree/2.0.1"
},
- "time": "2022-12-19T18:17:20+00:00"
+ "time": "2023-02-02T22:02:53+00:00"
},
{
"name": "doctrine/deprecations",
diff --git a/vendor-bin/phpunit/composer.lock b/vendor-bin/phpunit/composer.lock
index 427aa4cc9..316bea1db 100644
--- a/vendor-bin/phpunit/composer.lock
+++ b/vendor-bin/phpunit/composer.lock
@@ -623,16 +623,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.6.1",
+ "version": "9.6.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "9a52e8385f3e432d7e8ecab72c4d211a67223285"
+ "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9a52e8385f3e432d7e8ecab72c4d211a67223285",
- "reference": "9a52e8385f3e432d7e8ecab72c4d211a67223285",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555",
+ "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555",
"shasum": ""
},
"require": {
@@ -705,7 +705,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.1"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3"
},
"funding": [
{
@@ -721,7 +721,7 @@
"type": "tidelift"
}
],
- "time": "2023-02-03T19:31:30+00:00"
+ "time": "2023-02-04T13:37:15+00:00"
},
{
"name": "sebastian/cli-parser",