From 27d7ff49b9f7f3157fc81b82f92f09adaf7b9345 Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:21:08 +0300 Subject: [PATCH] Added Symfony 7.x and PHPUnit 10.x Support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09a0f38..331143f 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "require": { "php": "^7.4|^8.0", "laravel/serializable-closure": "^1.0", - "symfony/process": "^3.3 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^3.3 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "larapack/dd": "^1.1", - "phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0", - "symfony/stopwatch": "^4.0 || ^5.0 || ^6.0" + "phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0 || ^10.0", + "symfony/stopwatch": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "ext-pcntl": "Required to use async processes",