diff --git a/composer.json b/composer.json index 70d03e0..bc000d3 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 26fdff9..7f07295 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": "573406c6c6d44ae23238a1a11031ecb6", + "content-hash": "3b8d4ca3527459c1fe980fb2e3176a03", "packages": [ { "name": "confirm-it-solutions/php-zabbix-api", @@ -1811,20 +1811,20 @@ }, { "name": "symfony/process", - "version": "6.4.x-dev", + "version": "v8.1.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6c93071cb8c91dce5a41960d125e019e64ef6cb5" + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6c93071cb8c91dce5a41960d125e019e64ef6cb5", - "reference": "6c93071cb8c91dce5a41960d125e019e64ef6cb5", + "url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", + "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.4.1" }, "type": "library", "autoload": { @@ -1852,7 +1852,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": [ { @@ -1872,7 +1872,7 @@ "type": "tidelift" } ], - "time": "2026-05-11T16:53:15+00:00" + "time": "2026-05-29T05:06:50+00:00" }, { "name": "symfony/service-contracts", @@ -7013,5 +7013,5 @@ "ext-simplexml": "*" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }