From 4b960566bb7554be48f3936e6d15408160686e44 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 12 Mar 2026 11:20:42 -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 e88d7ad..58c64ff 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "webpractik/php_code_style", "description": "PHP Code Style", - "type": "library", + "type": "phpcodesniffer-standard", "license": "MIT", "authors": [ {