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

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

Update all non-major dependencies (patch)

See merge request !198
parents 1fc88391 55600bce
No related branches found
No related tags found
1 merge request!198Update all non-major dependencies (patch)
Pipeline #227731 passed
...@@ -7484,16 +7484,16 @@ ...@@ -7484,16 +7484,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.9.8", "version": "1.9.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97" "reference": "60f3d68481eef216199eae7a2603cd5fe124d464"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/60f3d68481eef216199eae7a2603cd5fe124d464",
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97", "reference": "60f3d68481eef216199eae7a2603cd5fe124d464",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7523,7 +7523,7 @@ ...@@ -7523,7 +7523,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.8" "source": "https://github.com/phpstan/phpstan/tree/1.9.11"
}, },
"funding": [ "funding": [
{ {
...@@ -7539,7 +7539,7 @@ ...@@ -7539,7 +7539,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-08T21:26:18+00:00" "time": "2023-01-12T14:04:13+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -7595,16 +7595,16 @@ ...@@ -7595,16 +7595,16 @@
}, },
{ {
"name": "phpstan/phpstan-symfony", "name": "phpstan/phpstan-symfony",
"version": "1.2.19", "version": "1.2.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git", "url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "dac2474904b092267f0a19dfba8c46b6f21eab6a" "reference": "d89a521e7e31822409bf37f70691f7a12a6e7d76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/dac2474904b092267f0a19dfba8c46b6f21eab6a", "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/d89a521e7e31822409bf37f70691f7a12a6e7d76",
"reference": "dac2474904b092267f0a19dfba8c46b6f21eab6a", "reference": "d89a521e7e31822409bf37f70691f7a12a6e7d76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7660,9 +7660,9 @@ ...@@ -7660,9 +7660,9 @@
"description": "Symfony Framework extensions and rules for PHPStan", "description": "Symfony Framework extensions and rules for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues", "issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.19" "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.20"
}, },
"time": "2022-12-22T20:05:46+00:00" "time": "2023-01-15T12:28:31+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
...@@ -7984,20 +7984,20 @@ ...@@ -7984,20 +7984,20 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.27", "version": "9.5.28",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.3.1", "doctrine/instantiator": "^1.3.1 || ^2",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
...@@ -8066,7 +8066,7 @@ ...@@ -8066,7 +8066,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
}, },
"funding": [ "funding": [
{ {
...@@ -8082,7 +8082,7 @@ ...@@ -8082,7 +8082,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-09T07:31:23+00:00" "time": "2023-01-14T12:32:24+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment