fix(deps): update dependency symfony/process to 6.4.* [security]

This commit is contained in:
Renovate Bot 2025-08-21 09:34:28 +00:00
commit 081343d0c4
Signed by: Renovate
GPG key ID: 449076797435FF67
2 changed files with 8 additions and 8 deletions

View file

@ -29,7 +29,7 @@
"symfony/mime": "6.3.*",
"symfony/monolog-bundle": "^3.0",
"symfony/notifier": "6.3.*",
"symfony/process": "6.3.*",
"symfony/process": "6.4.*",
"symfony/property-access": "6.3.*",
"symfony/property-info": "6.3.*",
"symfony/runtime": "6.4.*",

14
composer.lock generated
View file

@ -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": "935f4b148c0dd2373c69a3da3143ff3a",
"content-hash": "674dae1f18f9517e9939d7d9af1fe453",
"packages": [
{
"name": "doctrine/cache",
@ -5283,16 +5283,16 @@
},
{
"name": "symfony/process",
"version": "v6.3.4",
"version": "v6.4.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
"reference": "25214adbb0996d18112548de20c281be9f27279f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
"reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
"url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f",
"reference": "25214adbb0996d18112548de20c281be9f27279f",
"shasum": ""
},
"require": {
@ -5324,7 +5324,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.3.4"
"source": "https://github.com/symfony/process/tree/v6.4.14"
},
"funding": [
{
@ -5340,7 +5340,7 @@
"type": "tidelift"
}
],
"time": "2023-08-07T10:39:22+00:00"
"time": "2024-11-06T09:25:01+00:00"
},
{
"name": "symfony/property-access",