From 23fa382e02011b02375312049cdd32d2f4b71367 Mon Sep 17 00:00:00 2001 From: Pitos Date: Fri, 15 Mar 2024 09:48:25 +0100 Subject: [PATCH] Resolve pull #191 --- README.md | 1 - composer.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d173129..41e22e8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Fastest - simple parallel testing execution find tests/ -name "*Test.php" | ./vendor/liuggio/fastest/fastest "vendor/phpunit/phpunit/phpunit -c app {};" ``` - Fastest works with **any available testing tool**! It just executes it in parallel. It is optimized for functional tests, giving an easy way to work with N databases in parallel. diff --git a/composer.json b/composer.json index 0c7b5dd..40f9bc9 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ ], "require": { "php": "^7.4|^8.0", - "symfony/console": "^4.4|^5.0|^6.0|^7.0", - "symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0", - "symfony/process": "^4.4.35|^5.0|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", "doctrine/collections": "^1.2|^2.0", "symfony/deprecation-contracts": "^2.1|^3" },