Skip to content
Snippets Groups Projects
Commit a7507524 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

update symfony/var-dump to 6.4.7, fixes #4160

Closes #4160

Merge request studip/studip!3000
parent a02de27e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"codeception/module-asserts": "3.0.0", "codeception/module-asserts": "3.0.0",
"overtrue/phplint": "3.1.1", "overtrue/phplint": "3.1.1",
"phpstan/phpstan": "^1.8", "phpstan/phpstan": "^1.8",
"symfony/var-dumper": "^5.4" "symfony/var-dumper": "6.4.7"
}, },
"require": { "require": {
"php": "^8.1", "php": "^8.1",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9de36f10fc3876b0b408ea52624e3e38", "content-hash": "d1e8c9d9fa6756344b84b026805f9d05",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -4672,39 +4672,35 @@ ...@@ -4672,39 +4672,35 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.39", "version": "v6.4.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e" "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7",
"reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e", "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/polyfill-mbstring": "~1.0", "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-php80": "^1.16" "symfony/polyfill-mbstring": "~1.0"
}, },
"conflict": { "conflict": {
"symfony/console": "<4.4" "symfony/console": "<5.4"
}, },
"require-dev": { "require-dev": {
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "^4.4|^5.0|^6.0", "symfony/console": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/error-handler": "^6.3|^7.0",
"symfony/process": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/uid": "^5.1|^6.0", "symfony/process": "^5.4|^6.0|^7.0",
"symfony/uid": "^5.4|^6.0|^7.0",
"twig/twig": "^2.13|^3.0.4" "twig/twig": "^2.13|^3.0.4"
}, },
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [ "bin": [
"Resources/bin/var-dump-server" "Resources/bin/var-dump-server"
], ],
...@@ -4741,7 +4737,7 @@ ...@@ -4741,7 +4737,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.39" "source": "https://github.com/symfony/var-dumper/tree/v6.4.7"
}, },
"funding": [ "funding": [
{ {
...@@ -4757,7 +4753,7 @@ ...@@ -4757,7 +4753,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-04-18T09:22:46+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment