summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-24 12:06:10 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-02-24 14:20:15 +0100
commit2136156d7f7d4c3cab6f36f9b6251d1d1b998cff (patch)
treeedea1075e05d4b4e043e42c4c2d7a24db106b600
parentd3dd2dd54003c2233442bc9ac53d653d08e584f8 (diff)
Bump phpunit/phpunit from 9.5.15 to 9.5.16
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.15 to 9.5.16. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/9.5.16) --- 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.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/composer.lock b/composer.lock
index c66669814..f1ac59e4d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1516,16 +1516,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.12",
+ "version": "9.2.13",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631"
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631",
- "reference": "c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/deac8540cb7bd40b2b8cfa679b76202834fd04e8",
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8",
"shasum": ""
},
"require": {
@@ -1581,7 +1581,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.12"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.13"
},
"funding": [
{
@@ -1589,7 +1589,7 @@
"type": "github"
}
],
- "time": "2022-02-23T06:30:26+00:00"
+ "time": "2022-02-23T17:02:38+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -1834,16 +1834,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.15",
+ "version": "9.5.16",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "dc738383c519243b0a967f63943a848d3fd861aa"
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dc738383c519243b0a967f63943a848d3fd861aa",
- "reference": "dc738383c519243b0a967f63943a848d3fd861aa",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
"shasum": ""
},
"require": {
@@ -1859,7 +1859,7 @@
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
- "phpunit/php-code-coverage": "^9.2.12",
+ "phpunit/php-code-coverage": "^9.2.13",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
@@ -1921,7 +1921,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.15"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.16"
},
"funding": [
{
@@ -1933,7 +1933,7 @@
"type": "github"
}
],
- "time": "2022-02-23T08:53:20+00:00"
+ "time": "2022-02-23T17:10:58+00:00"
},
{
"name": "psr/cache",