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

Merge branch 'renovate/lock-file-maintenance' into 'main'

chore(deps): lock file maintenance

See merge request !209
parents e86f3e94 9ddd6dae
No related branches found
No related tags found
1 merge request!209chore(deps): lock file maintenance
Pipeline #222885 passed
...@@ -5333,16 +5333,16 @@ ...@@ -5333,16 +5333,16 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v5.4.15", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "e80871599f6f0929bb349afc3d9ecaba783e68bd" "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/e80871599f6f0929bb349afc3d9ecaba783e68bd", "url": "https://api.github.com/repos/symfony/serializer/zipball/4ac4fae1cbad2655a0b05f327e7ce8ef310239fb",
"reference": "e80871599f6f0929bb349afc3d9ecaba783e68bd", "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5354,7 +5354,7 @@ ...@@ -5354,7 +5354,7 @@
"conflict": { "conflict": {
"doctrine/annotations": "<1.12", "doctrine/annotations": "<1.12",
"phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0", "phpdocumentor/type-resolver": "<1.4.0|>=1.7.0",
"symfony/dependency-injection": "<4.4", "symfony/dependency-injection": "<4.4",
"symfony/property-access": "<5.4", "symfony/property-access": "<5.4",
"symfony/property-info": "<5.3.13", "symfony/property-info": "<5.3.13",
...@@ -5362,7 +5362,7 @@ ...@@ -5362,7 +5362,7 @@
"symfony/yaml": "<4.4" "symfony/yaml": "<4.4"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^1.12", "doctrine/annotations": "^1.12|^2",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
"symfony/cache": "^4.4|^5.0|^6.0", "symfony/cache": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0", "symfony/config": "^4.4|^5.0|^6.0",
...@@ -5416,7 +5416,7 @@ ...@@ -5416,7 +5416,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v5.4.15" "source": "https://github.com/symfony/serializer/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
...@@ -5432,7 +5432,7 @@ ...@@ -5432,7 +5432,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-23T09:52:07+00:00" "time": "2022-12-20T11:10:57+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
...@@ -7426,30 +7426,30 @@ ...@@ -7426,30 +7426,30 @@
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.4.1", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9", "doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1", "phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4", "phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22" "vimeo/psalm": "^4.30 || ^5.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -7476,7 +7476,7 @@ ...@@ -7476,7 +7476,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/instantiator/issues", "issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.1" "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
}, },
"funding": [ "funding": [
{ {
...@@ -7492,7 +7492,7 @@ ...@@ -7492,7 +7492,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-03T08:28:38+00:00" "time": "2022-12-30T00:15:36+00:00"
}, },
{ {
"name": "felixfbecker/advanced-json-rpc", "name": "felixfbecker/advanced-json-rpc",
...@@ -8282,16 +8282,16 @@ ...@@ -8282,16 +8282,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.2.22", "version": "9.2.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df" "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e4bf60d2220b4baaa0572986b5d69870226b06df", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df", "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8347,7 +8347,7 @@ ...@@ -8347,7 +8347,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.22" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
}, },
"funding": [ "funding": [
{ {
...@@ -8355,7 +8355,7 @@ ...@@ -8355,7 +8355,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-18T16:40:55+00:00" "time": "2022-12-28T12:41:10+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -9738,16 +9738,16 @@ ...@@ -9738,16 +9738,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.4.16", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef" "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", "url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9817,7 +9817,7 @@ ...@@ -9817,7 +9817,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.4.16" "source": "https://github.com/symfony/console/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
...@@ -9833,20 +9833,20 @@ ...@@ -9833,20 +9833,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-25T14:09:27+00:00" "time": "2022-12-28T14:15:31+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.4.15", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258" "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b8fd0ff9a0f00d944f1534f6d21e84f92eda7258", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258", "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9892,7 +9892,7 @@ ...@@ -9892,7 +9892,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.15" "source": "https://github.com/symfony/dom-crawler/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
...@@ -9908,7 +9908,7 @@ ...@@ -9908,7 +9908,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-27T08:04:35+00:00" "time": "2022-12-22T10:31:03+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
...@@ -10077,16 +10077,16 @@ ...@@ -10077,16 +10077,16 @@
}, },
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
"version": "v5.4.10", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bridge.git", "url": "https://github.com/symfony/monolog-bridge.git",
"reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd" "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b3b0890e76e7eb626f27b165a5c501f2754dfbbd", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/0280390d8232a5668b02e0d87e9fce0a535c4af9",
"reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd", "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -10141,7 +10141,7 @@ ...@@ -10141,7 +10141,7 @@
"description": "Provides integration for Monolog with various Symfony components", "description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/monolog-bridge/tree/v5.4.10" "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
...@@ -10157,7 +10157,7 @@ ...@@ -10157,7 +10157,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-06-19T12:03:50+00:00" "time": "2022-12-13T10:55:04+00:00"
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment