diff --git a/composer.json b/composer.json index ceb0960..1fa3920 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-yaml": "*", "ext-simplexml": "*", "vitexsoftware/ease-fluentpdo": "dev-main", - "symfony/process": "^6.0", + "symfony/process": "^8.1", "vitexsoftware/multiflexi-core": "dev-main", "phplucidframe/console-table": "^1.4", "confirm-it-solutions/php-zabbix-api": "^3.0", diff --git a/composer.lock b/composer.lock index 5871576..dba3217 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": "fd54ef5814b90129c1b8b423a52ea481", + "content-hash": "9e7392d3d850a365b45311f5102e0389", "packages": [ { "name": "brick/math", @@ -3013,20 +3013,20 @@ }, { "name": "symfony/process", - "version": "6.4.x-dev", + "version": "v8.1.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a2482d77ed6707fe9683fd401b48bf23f00ca00a" + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a2482d77ed6707fe9683fd401b48bf23f00ca00a", - "reference": "a2482d77ed6707fe9683fd401b48bf23f00ca00a", + "url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.4.1" }, "type": "library", "autoload": { @@ -3054,7 +3054,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/6.4" + "source": "https://github.com/symfony/process/tree/v8.1.0" }, "funding": [ { @@ -3074,7 +3074,7 @@ "type": "tidelift" } ], - "time": "2026-06-05T06:18:55+00:00" + "time": "2026-05-29T05:06:50+00:00" }, { "name": "symfony/service-contracts",