From 4715cc176436e54a590cf3eb85064859093c4f20 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 12 Mar 2026 11:17:37 -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 5f0a422..7a1a3a6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "flyeralarm/php-code-validator", "description": "A custom coding standard for FLYERALARM", - "type": "config", + "type": "phpcodesniffer-standard", "license": "BSD-3-Clause", "authors": [ {