diff --git a/composer.json b/composer.json index bc1e425..f0fbeee 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "symfony/mime": "6.2.*", "symfony/monolog-bundle": "^3.0", "symfony/notifier": "6.2.*", - "symfony/process": "6.2.*", + "symfony/process": "6.4.*", "symfony/property-access": "6.2.*", "symfony/property-info": "6.2.*", "symfony/runtime": "6.2.*", diff --git a/composer.lock b/composer.lock index d2a9d18..91df04c 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "aea1ba1236f7e26ce09ed04db8dc1ea5", + "content-hash": "fd74085087d14bfcdbf9a03a15620e9f", "packages": [ { "name": "doctrine/annotations", @@ -5203,16 +5203,16 @@ }, { "name": "symfony/process", - "version": "v6.2.8", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "75ed64103df4f6615e15a7fe38b8111099f47416" + "reference": "25214adbb0996d18112548de20c281be9f27279f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/75ed64103df4f6615e15a7fe38b8111099f47416", - "reference": "75ed64103df4f6615e15a7fe38b8111099f47416", + "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f", + "reference": "25214adbb0996d18112548de20c281be9f27279f", "shasum": "" }, "require": { @@ -5244,7 +5244,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.8" + "source": "https://github.com/symfony/process/tree/v6.4.14" }, "funding": [ { @@ -5260,7 +5260,7 @@ "type": "tidelift" } ], - "time": "2023-03-09T16:20:02+00:00" + "time": "2024-11-06T09:25:01+00:00" }, { "name": "symfony/property-access", @@ -9592,5 +9592,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }