From 28daed620ac020f77dc8762a4b0088864a335b31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 06:14:05 +0000 Subject: [PATCH] Build(deps-dev): Update symfony/process requirement 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/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v5.0.8...v5.2.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d8b23d0..86bee11d 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpunit/phpunit": "^8.5.4", "ocramius/package-versions": "^1.5.1", "justinrainbow/json-schema": "^4.0 || ^5.0", - "symfony/process": "^5.0.8" + "symfony/process": "^5.2.1" }, "config": { "optimize-autoloader": true,