diff --git a/composer.json b/composer.json index 640cc88..bad8920 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "phpstan/phpstan": "^1.11", "phpstan/phpstan-phpunit": "^1.4", - "phpunit/phpunit": "^11.2", + "phpunit/phpunit": "^11.3", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.3.0", "spiral/roadrunner-jobs": "^4.5", @@ -53,7 +53,7 @@ "cs": "phpcs", "cs:fix": "phpcbf", "stan": "phpstan analyse", - "test": "phpunit --order-by=random --testdox --colors=always", + "test": "phpunit --order-by=random --testdox --testdox-summary", "test:ci": "@test --coverage-clover=build/clover.xml", "test:pretty": "@test --coverage-html=build/coverage-html" },