Skip to content
Snippets Groups Projects
Commit feaedddb authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update all non-major dependencies

parent 42c7292b
No related branches found
No related tags found
1 merge request!14chore(deps): update all non-major dependencies (patch)
Pipeline #32759 passed
......@@ -2195,16 +2195,16 @@
},
{
"name": "symfony/console",
"version": "v5.2.7",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
"reference": "864568fdc0208b3eba3638b6000b69d2386e6768"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
"reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
"url": "https://api.github.com/repos/symfony/console/zipball/864568fdc0208b3eba3638b6000b69d2386e6768",
"reference": "864568fdc0208b3eba3638b6000b69d2386e6768",
"shasum": ""
},
"require": {
......@@ -2272,7 +2272,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.2.7"
"source": "https://github.com/symfony/console/tree/v5.2.8"
},
"funding": [
{
......@@ -2288,7 +2288,7 @@
"type": "tidelift"
}
],
"time": "2021-04-19T14:07:32+00:00"
"time": "2021-05-11T15:45:21+00:00"
},
{
"name": "symfony/dependency-injection",
......@@ -4834,16 +4834,16 @@
},
{
"name": "symfony/string",
"version": "v5.2.6",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
"reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
"url": "https://api.github.com/repos/symfony/string/zipball/01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
"reference": "01b35eb64cac8467c3f94cd0ce2d0d376bb7d1db",
"shasum": ""
},
"require": {
......@@ -4897,7 +4897,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.6"
"source": "https://github.com/symfony/string/tree/v5.2.8"
},
"funding": [
{
......@@ -4913,7 +4913,7 @@
"type": "tidelift"
}
],
"time": "2021-03-17T17:12:15+00:00"
"time": "2021-05-10T14:56:10+00:00"
},
{
"name": "symfony/translation-contracts",
......@@ -7106,16 +7106,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.85",
"version": "0.12.87",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03"
"reference": "d464e00776afb711f419faffa96826dc02e4d145"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03",
"reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d464e00776afb711f419faffa96826dc02e4d145",
"reference": "d464e00776afb711f419faffa96826dc02e4d145",
"shasum": ""
},
"require": {
......@@ -7146,7 +7146,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.85"
"source": "https://github.com/phpstan/phpstan/tree/0.12.87"
},
"funding": [
{
......@@ -7162,25 +7162,25 @@
"type": "tidelift"
}
],
"time": "2021-04-27T14:13:16+00:00"
"time": "2021-05-12T15:17:52+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
"version": "0.12.18",
"version": "0.12.19",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72"
"reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
"reference": "ab44aec7cfb5cb267b8bc30a8caea86dd50d1f72",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/52f7072ddc5f81492f9d2de65a24813a48c90b18",
"reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.60"
"phpstan/phpstan": "^0.12.86"
},
"conflict": {
"phpunit/phpunit": "<7.0"
......@@ -7215,9 +7215,9 @@
"description": "PHPUnit extensions and rules for PHPStan",
"support": {
"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",
......@@ -7510,16 +7510,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.2.7",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66"
"reference": "a2baf9c3c5b25e04740cece0e429f0a0013002f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/cdaf3df771d3ea9b05696c9e91281ffd056aff66",
"reference": "cdaf3df771d3ea9b05696c9e91281ffd056aff66",
"url": "https://api.github.com/repos/symfony/http-client/zipball/a2baf9c3c5b25e04740cece0e429f0a0013002f2",
"reference": "a2baf9c3c5b25e04740cece0e429f0a0013002f2",
"shasum": ""
},
"require": {
......@@ -7576,7 +7576,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.2.7"
"source": "https://github.com/symfony/http-client/tree/v5.2.8"
},
"funding": [
{
......@@ -7592,7 +7592,7 @@
"type": "tidelift"
}
],
"time": "2021-04-07T16:27:53+00:00"
"time": "2021-05-10T14:39:23+00:00"
},
{
"name": "symfony/options-resolver",
......@@ -7665,16 +7665,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.2.7",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac"
"reference": "b3cf2c3f7f6196fb498002920c1ae9036d9e5619"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f530f0153f4a871b2c65dd6b295d7b8d03a16eac",
"reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b3cf2c3f7f6196fb498002920c1ae9036d9e5619",
"reference": "b3cf2c3f7f6196fb498002920c1ae9036d9e5619",
"shasum": ""
},
"require": {
......@@ -7728,7 +7728,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.7"
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.8"
},
"funding": [
{
......@@ -7744,7 +7744,7 @@
"type": "tidelift"
}
],
"time": "2021-04-11T22:55:21+00:00"
"time": "2021-05-07T12:56:09+00:00"
},
{
"name": "symfony/polyfill-php72",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment