Skip to content

Commit 3758b0c

Browse files
committed
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
1 parent bafca7e commit 3758b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"require-dev": {
4343
"phpunit/phpunit": "^8.0 || ^9.0"
4444
},
45-
"replace": {
46-
"squizlabs/php_codesniffer": "> 2.0"
45+
"conflict": {
46+
"squizlabs/php_codesniffer": "*"
4747
},
4848
"bin": [
4949
"bin/phpcs",

0 commit comments

Comments
 (0)