Skip to content
Snippets Groups Projects
Commit e0b97c95 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/patch-all-minor-patch' into 'main'

chore(deps): update all non-major dependencies (patch)

See merge request dbp/middleware/dbp-api/api-starter-bundle!24
parents 51588ba5 9c58c3a7
No related branches found
No related tags found
1 merge request!24chore(deps): update all non-major dependencies (patch)
Pipeline #105679 passed
...@@ -6693,16 +6693,16 @@ ...@@ -6693,16 +6693,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.86", "version": "0.12.87",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a" "reference": "d464e00776afb711f419faffa96826dc02e4d145"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a84fdc53ecca7643dbc89ef8880d8b393a6c155a", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d464e00776afb711f419faffa96826dc02e4d145",
"reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a", "reference": "d464e00776afb711f419faffa96826dc02e4d145",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6733,7 +6733,7 @@ ...@@ -6733,7 +6733,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.86" "source": "https://github.com/phpstan/phpstan/tree/0.12.87"
}, },
"funding": [ "funding": [
{ {
...@@ -6749,25 +6749,25 @@ ...@@ -6749,25 +6749,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-08T11:29:01+00:00" "time": "2021-05-12T15:17:52+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
"version": "0.12.18", "version": "0.12.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git", "url": "https://github.com/phpstan/phpstan-phpunit.git",
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72" "reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72", "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/52f7072ddc5f81492f9d2de65a24813a48c90b18",
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72", "reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.60" "phpstan/phpstan": "^0.12.86"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<7.0" "phpunit/phpunit": "<7.0"
...@@ -6802,9 +6802,9 @@ ...@@ -6802,9 +6802,9 @@
"description": "PHPUnit extensions and rules for PHPStan", "description": "PHPUnit extensions and rules for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-phpunit/issues", "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
"source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.18" "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.19"
}, },
"time": "2021-03-06T11:51:27+00:00" "time": "2021-04-30T11:10:37+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
...@@ -7116,16 +7116,16 @@ ...@@ -7116,16 +7116,16 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v5.2.7", "version": "v5.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66" "reference": "a2baf9c3c5b25e04740cece0e429f0a0013002f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/cdaf3df771d3ea9b05696c9e91281ffd056aff66", "url": "https://api.github.com/repos/symfony/http-client/zipball/a2baf9c3c5b25e04740cece0e429f0a0013002f2",
"reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66", "reference": "a2baf9c3c5b25e04740cece0e429f0a0013002f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7182,7 +7182,7 @@ ...@@ -7182,7 +7182,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v5.2.7" "source": "https://github.com/symfony/http-client/tree/v5.2.8"
}, },
"funding": [ "funding": [
{ {
...@@ -7198,7 +7198,7 @@ ...@@ -7198,7 +7198,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-07T16:27:53+00:00" "time": "2021-05-10T14:39:23+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
...@@ -7271,16 +7271,16 @@ ...@@ -7271,16 +7271,16 @@
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v5.2.7", "version": "v5.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac" "reference": "b3cf2c3f7f6196fb498002920c1ae9036d9e5619"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f530f0153f4a871b2c65dd6b295d7b8d03a16eac", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b3cf2c3f7f6196fb498002920c1ae9036d9e5619",
"reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac", "reference": "b3cf2c3f7f6196fb498002920c1ae9036d9e5619",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7334,7 +7334,7 @@ ...@@ -7334,7 +7334,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management", "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.7" "source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.8"
}, },
"funding": [ "funding": [
{ {
...@@ -7350,7 +7350,7 @@ ...@@ -7350,7 +7350,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-11T22:55:21+00:00" "time": "2021-05-07T12:56:09+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment