From 0719598fbeac50ce4ced52b51b19f2664f2496d7 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 19 Feb 2026 15:02:00 -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 860ad8d..5886402 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "messagecloud/messagecloud-coding-standard", + "type": "phpcodesniffer-standard", "license": "proprietary", "description": "MessageCloud Coding Standard", "require": {