Skip to content

Commit dc87f0f

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 8b5e6e9 commit dc87f0f

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
@@ -43,8 +43,8 @@
4343
"require-dev": {
4444
"phpunit/phpunit": "^8.0 || ^9.0"
4545
},
46-
"replace": {
47-
"squizlabs/php_codesniffer": "> 2.0"
46+
"conflict": {
47+
"squizlabs/php_codesniffer": "*"
4848
},
4949
"bin": [
5050
"bin/phpcs",

0 commit comments

Comments
 (0)