From 1bcf835622284d385790d9a9f68f69f0794e0af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 14:43:24 +0200 Subject: [PATCH] Update symfony/process requirement from ^6.2.11 to ^6.3.0 (#120) Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.2.11...v6.3.0) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fbd9b63..b643347 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.1.0 || ~8.2.0", "dragonmantank/cron-expression": "^3.3.2", "symfony/lock": "^6.3.0", - "symfony/process": "^6.2.11" + "symfony/process": "^6.3.0" }, "require-dev": { "doctrine/coding-standard": "^12.0",