summaryrefslogtreecommitdiffstats
path: root/vendor-bin/phpunit/composer.lock
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2023-04-02 03:01:47 +0000
committerJoas Schilling <coding@schilljs.com>2023-04-03 19:27:41 +0200
commit6facf2f4aad37ba2645006e362767c6cea871053 (patch)
treef25eead5eaf17226710e770a3cd7270f6ad06218 /vendor-bin/phpunit/composer.lock
parent0cd5b2c518cd969a24a81ecaccdb3d2a94393fcb (diff)
chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'vendor-bin/phpunit/composer.lock')
-rw-r--r--vendor-bin/phpunit/composer.lock13
1 files changed, 7 insertions, 6 deletions
diff --git a/vendor-bin/phpunit/composer.lock b/vendor-bin/phpunit/composer.lock
index 025d37758..860a16508 100644
--- a/vendor-bin/phpunit/composer.lock
+++ b/vendor-bin/phpunit/composer.lock
@@ -623,16 +623,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.6.5",
+ "version": "9.6.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
+ "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
- "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115",
+ "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115",
"shasum": ""
},
"require": {
@@ -705,7 +705,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6"
},
"funding": [
{
@@ -721,7 +722,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T06:34:10+00:00"
+ "time": "2023-03-27T11:43:46+00:00"
},
{
"name": "sebastian/cli-parser",