diff --git a/composer.json b/composer.json index b991000..534e183 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "league/flysystem": "~2.0", - "symfony/process" : "~5.0", + "symfony/process" : "~6.0", "phptal/phptal": "~1.3" } } diff --git a/composer.lock b/composer.lock index 1f132e9..7c5878a 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": "86c98a2296eed302028518de43b8aa8d", + "content-hash": "4b70c1ef4b0098fa5272085b01077117", "packages": [ { "name": "league/flysystem", @@ -189,27 +189,22 @@ }, { "name": "symfony/process", - "version": "v5.0.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "110f98bed214a007eb440c7bb14088fed96f847f" + "reference": "d970c45c2186aa4331d1656950a82df64e232580" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/110f98bed214a007eb440c7bb14088fed96f847f", - "reference": "110f98bed214a007eb440c7bb14088fed96f847f", + "url": "https://api.github.com/repos/symfony/process/zipball/d970c45c2186aa4331d1656950a82df64e232580", + "reference": "d970c45c2186aa4331d1656950a82df64e232580", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": ">=8.0.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" @@ -232,9 +227,23 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Process Component", + "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", - "time": "2019-11-18T17:27:11+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-11-28T15:34:37+00:00" } ], "packages-dev": [],