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

update symfony/yaml to 6.4.7, fixes #4177

Closes #4177

Merge request studip/studip!3015
parent a6f5d03e
No related branches found
No related tags found
No related merge requests found
...@@ -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": "0ad301d5d24df185fd5982cd805d4a98", "content-hash": "fca457dd82eba76b259880bcfbac376d",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -4549,31 +4549,28 @@ ...@@ -4549,31 +4549,28 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.4.39", "version": "v6.4.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "bc780e16879000f77a1022163c052f5323b5e640" "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/bc780e16879000f77a1022163c052f5323b5e640", "url": "https://api.github.com/repos/symfony/yaml/zipball/53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
"reference": "bc780e16879000f77a1022163c052f5323b5e640", "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3", "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"symfony/console": "<5.3" "symfony/console": "<5.4"
}, },
"require-dev": { "require-dev": {
"symfony/console": "^5.3|^6.0" "symfony/console": "^5.4|^6.0|^7.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
}, },
"bin": [ "bin": [
"Resources/bin/yaml-lint" "Resources/bin/yaml-lint"
...@@ -4604,7 +4601,7 @@ ...@@ -4604,7 +4601,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.39" "source": "https://github.com/symfony/yaml/tree/v6.4.7"
}, },
"funding": [ "funding": [
{ {
...@@ -4620,7 +4617,7 @@ ...@@ -4620,7 +4617,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-23T11:57:27+00:00" "time": "2024-04-28T10:28:08+00:00"
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment