From 83be2fa60fe4634dde54a7bfab66f36d6b640e5a Mon Sep 17 00:00:00 2001 From: freek Date: Thu, 18 Nov 2021 11:25:47 +0100 Subject: [PATCH] wip --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index be3ce94..3dc4636 100644 --- a/composer.json +++ b/composer.json @@ -31,11 +31,11 @@ "php": "^8.0", "ext-mbstring": "*", "spatie/macroable": "^1.0|^2.0", - "symfony/process": "^5.2" + "symfony/process": "^5.3.7" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "spatie/ray": "^1.22" + "phpunit/phpunit": "^9.5.10", + "spatie/ray": "^1.30" }, "config": { "sort-packages": true