From ab476e4554e0791dc7c2937b8d4a6761e4f8865b Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 18 Nov 2025 21:49:15 +0200 Subject: [PATCH] Remove unused dependency from composer.json The "squizlabs/php_codesniffer" dependency was removed as it is no longer required. This helps reduce unnecessary package management overhead and ensures the package list remains streamlined. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 970e0a34..e3727a0b 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,6 @@ "phpcompatibility/phpcompatibility-wp": "*", "wp-coding-standards/wpcs": "*", "symplify/phpstan-rules": "*", - "squizlabs/php_codesniffer": "4.*", "phpdocumentor/phpdocumentor": "3.8.*", "sniccowp/php-scoper-wordpress-excludes": "6.8.*" },