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-09-03 10:25:55 +0300
committerGitHub <noreply@github.com>2022-09-03 10:25:55 +0300
commitd7d6783179e9796c71b2deea31766da7a1b861c1 (patch)
treed23cb10646a987225f6cec676d9e03705760dbf0
parent717085c38061a783e4350f1bf10c43171ab8ac5f (diff)
Bump phpunit/phpunit from 8.5.28 to 8.5.29
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.28 to 8.5.29. - [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.28...8.5.29) --- 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.lock80
1 files changed, 6 insertions, 74 deletions
diff --git a/composer.lock b/composer.lock
index 12443ff8..1ed63e8e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -2984,73 +2984,6 @@
"time": "2022-03-15T21:29:03+00:00"
},
{
- "name": "phpspec/prophecy",
- "version": "v1.15.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/prophecy.git",
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.2",
- "php": "^7.2 || ~8.0, <8.2",
- "phpdocumentor/reflection-docblock": "^5.2",
- "sebastian/comparator": "^3.0 || ^4.0",
- "sebastian/recursion-context": "^3.0 || ^4.0"
- },
- "require-dev": {
- "phpspec/phpspec": "^6.0 || ^7.0",
- "phpunit/phpunit": "^8.0 || ^9.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Prophecy\\": "src/Prophecy"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- },
- {
- "name": "Marcello Duarte",
- "email": "marcello.duarte@gmail.com"
- }
- ],
- "description": "Highly opinionated mocking framework for PHP 5.3+",
- "homepage": "https://github.com/phpspec/prophecy",
- "keywords": [
- "Double",
- "Dummy",
- "fake",
- "mock",
- "spy",
- "stub"
- ],
- "support": {
- "issues": "https://github.com/phpspec/prophecy/issues",
- "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
- },
- "time": "2021-12-08T12:19:24+00:00"
- },
- {
"name": "phpunit/php-code-coverage",
"version": "7.0.15",
"source": {
@@ -3349,16 +3282,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "8.5.28",
+ "version": "8.5.29",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "8f2d1c9c7b30382459c871467853da1a6e44fbd4"
+ "reference": "e8c563c47a9a303662955518ca532b022b337f4d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8f2d1c9c7b30382459c871467853da1a6e44fbd4",
- "reference": "8f2d1c9c7b30382459c871467853da1a6e44fbd4",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8c563c47a9a303662955518ca532b022b337f4d",
+ "reference": "e8c563c47a9a303662955518ca532b022b337f4d",
"shasum": ""
},
"require": {
@@ -3373,7 +3306,6 @@
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.2",
- "phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.12",
"phpunit/php-file-iterator": "^2.0.4",
"phpunit/php-text-template": "^1.2.1",
@@ -3427,7 +3359,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.28"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.29"
},
"funding": [
{
@@ -3439,7 +3371,7 @@
"type": "github"
}
],
- "time": "2022-07-29T09:20:50+00:00"
+ "time": "2022-08-22T13:59:39+00:00"
},
{
"name": "psr/cache",