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

update symfony/console to 6.4.7, fixes #4175

Closes #4175

Merge request studip/studip!3013
parent 1379f721
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7f21be4fc85b3802bbef600b7cc4c538",
"content-hash": "a283983fa61709d51f067555c0f8aea8",
"packages": [
{
"name": "algo26-matthias/idna-convert",
......@@ -3682,52 +3682,47 @@
},
{
"name": "symfony/console",
"version": "v5.4.39",
"version": "v6.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1"
"reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1",
"reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1",
"url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
"reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0"
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
......@@ -3761,7 +3756,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.39"
"source": "https://github.com/symfony/console/tree/v6.4.7"
},
"funding": [
{
......@@ -3777,7 +3772,7 @@
"type": "tidelift"
}
],
"time": "2024-04-18T08:26:06+00:00"
"time": "2024-04-18T09:22:46+00:00"
},
{
"name": "symfony/deprecation-contracts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment