From 7bad7deed4fdd1087e21811c32580b97458445ef Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 12 Mar 2026 11:16:48 -0300 Subject: [PATCH] Change Composer package type to "phpcodesniffer-standard" --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a77ee7f..7e5af20 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hostnet/phpcs-tool", - "type": "composer-plugin", + "type": "phpcodesniffer-standard", "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. Hostnet version", "license": "MIT", "require": {