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

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-29 04:04:07 +0300
committerGitHub <noreply@github.com>2022-10-29 04:04:07 +0300
commit581c84dd8d80c0bc0d5c7f38a4b9bb112a3210a1 (patch)
tree78805677e6907fd8ad26e3a3d7dad6a7314eabcc
parentb0ac4fb410f2bce10ccc130da7f7970d8cbc40d0 (diff)
Bump phpunit/phpunit from 8.5.30 to 8.5.31dependabot/composer/phpunit/phpunit-8.5.31
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.30 to 8.5.31. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index a42b465c..f3dd24e5 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3282,16 +3282,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "8.5.30",
+ "version": "8.5.31",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "4fd448df9affda65a5faa58f8b93087d415216ce"
+ "reference": "33c126b09a42de5c99e5e8032b54e8221264a74e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4fd448df9affda65a5faa58f8b93087d415216ce",
- "reference": "4fd448df9affda65a5faa58f8b93087d415216ce",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33c126b09a42de5c99e5e8032b54e8221264a74e",
+ "reference": "33c126b09a42de5c99e5e8032b54e8221264a74e",
"shasum": ""
},
"require": {
@@ -3359,7 +3359,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.30"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.31"
},
"funding": [
{
@@ -3375,7 +3375,7 @@
"type": "tidelift"
}
],
- "time": "2022-09-25T03:43:00+00:00"
+ "time": "2022-10-28T05:57:37+00:00"
},
{
"name": "psr/cache",