From 1316749ce1808216b58ad5f7041ceda4811eb010 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 12 Mar 2026 11:17:14 -0300 Subject: [PATCH] Change Composer package type to "phpcodesniffer-standard" --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 22278e4..95e7398 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "bmitch/codor", "description": "Custom PHPCS sniffs to find Code Smells.", + "type": "phpcodesniffer-standard", "license": "MIT", "authors": [ {