Skip to content
Snippets Groups Projects
Commit b5ee99bf 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 !36
parents 7c601d3f b3f5088c
No related branches found
No related tags found
1 merge request!36chore(deps): update all non-major dependencies (patch)
Pipeline #54258 passed
......@@ -7293,16 +7293,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.94",
"version": "0.12.96",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6"
"reference": "a98bdc51318f20fcae8c953d266f81a70254917f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
"reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a98bdc51318f20fcae8c953d266f81a70254917f",
"reference": "a98bdc51318f20fcae8c953d266f81a70254917f",
"shasum": ""
},
"require": {
......@@ -7333,7 +7333,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.94"
"source": "https://github.com/phpstan/phpstan/tree/0.12.96"
},
"funding": [
{
......@@ -7353,7 +7353,7 @@
"type": "tidelift"
}
],
"time": "2021-07-30T09:05:27+00:00"
"time": "2021-08-21T11:55:13+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
......@@ -8080,21 +8080,24 @@
},
{
"name": "symfony/profiler-pack",
"version": "v1.0.5",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/profiler-pack.git",
"reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
"reference": "bcd6e80af9819454ac18594362e7875fd1d771c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
"reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
"url": "https://api.github.com/repos/symfony/profiler-pack/zipball/bcd6e80af9819454ac18594362e7875fd1d771c7",
"reference": "bcd6e80af9819454ac18594362e7875fd1d771c7",
"shasum": ""
},
"require": {
"symfony/stopwatch": "*",
"symfony/twig-bundle": "*",
"symfony/web-profiler-bundle": "*"
},
"require-dev": {
"symfony/stopwatch": "*",
"symfony/web-profiler-bundle": "*"
},
"type": "symfony-pack",
......@@ -8105,7 +8108,7 @@
"description": "A pack for the Symfony web profiler",
"support": {
"issues": "https://github.com/symfony/profiler-pack/issues",
"source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
"source": "https://github.com/symfony/profiler-pack/tree/v1.0.6"
},
"funding": [
{
......@@ -8121,7 +8124,7 @@
"type": "tidelift"
}
],
"time": "2020-08-12T06:50:46+00:00"
"time": "2021-08-20T17:27:58+00:00"
},
{
"name": "symfony/stopwatch",
......
<?php
declare(strict_types=1);
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
......
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