From 3758b0c86a1a273a37189fc045dc5a9281c3c4a5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 2 Dec 2023 21:22:47 +0100 Subject: [PATCH] 4.0 | Composer: set conflict directive ... to prevent the Squiz version of the package and this package being installed together. Ref: * https://getcomposer.org/doc/04-schema.md#conflict --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dd1119abc9..f8178d26ed 100644 --- a/composer.json +++ b/composer.json @@ -42,8 +42,8 @@ "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0" }, - "replace": { - "squizlabs/php_codesniffer": "> 2.0" + "conflict": { + "squizlabs/php_codesniffer": "*" }, "bin": [ "bin/phpcs",