diff --git a/composer.json b/composer.json index 62df89fb..26d92d49 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "lint": "pint --parallel", "test:refacto": "rector --dry-run", "test:lint": "pint --parallel --test", - "test:profanity": "php bin/pest --profanity --compact --language=en", + "test:profanity": "php bin/pest --profanity --compact", "test:type:check": "phpstan analyse --ansi --memory-limit=-1 --debug", "test:type:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100", "test:unit": "php bin/pest --exclude-group=integration --compact",