From d80d599ba59ce2be6891ecd3c9b3cdf36af34692 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 28 Nov 2019 14:30:24 -0500 Subject: [PATCH] Allow support for symfony/process 5.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9057d2b..560c498 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": ">=5.6", "illuminate/container": "~5.1 | ^6.0", "mnapoli/silly": "~1.0", - "symfony/process": "~2.7|~3.0|~4.0", + "symfony/process": "~2.7|~3.0|~4.0|~5.0", "nategood/httpful": "~0.2", "tightenco/collect": "^5.3 | ^6.0" },