diff --git a/composer.json b/composer.json index eee271f..b8a38ce 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,6 @@ }, "require-dev": { "phpunit/phpunit": "^11.4", - "symfony/process": "^6.4" + "symfony/process": "^7.1" } } diff --git a/composer.lock b/composer.lock index ea40085..7644bcd 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": "2a34625def1648f74d921698a8b10293", + "content-hash": "9e149ec308047d4d1257f845c03feb03", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -4771,20 +4771,20 @@ }, { "name": "symfony/process", - "version": "v6.4.14", + "version": "v7.1.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "25214adbb0996d18112548de20c281be9f27279f" + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f", - "reference": "25214adbb0996d18112548de20c281be9f27279f", + "url": "https://api.github.com/repos/symfony/process/zipball/9b8a40b7289767aa7117e957573c2a535efe6585", + "reference": "9b8a40b7289767aa7117e957573c2a535efe6585", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -4812,7 +4812,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.14" + "source": "https://github.com/symfony/process/tree/v7.1.7" }, "funding": [ { @@ -4828,7 +4828,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T09:25:01+00:00" + "time": "2024-11-06T09:25:12+00:00" }, { "name": "theseer/tokenizer",