diff --git a/composer.json b/composer.json index df4e205..c8afa9f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "grifart/phpstan-oneline", "description": "PHPStan compact error formatter", - "type": "library", + "type": "phpstan-extension", "scripts": { "verify": ["@test"], "test": "vendor/bin/phpstan analyse -c tests/phpstan-config.neon --error-format oneline --no-progress --no-interaction"