Skip to content

Commit

Permalink
Composer: fix replace directive
Browse files Browse the repository at this point in the history
I have a feeling that the `replace` directive I put in is not correct.

The information about it in the Composer documentation is a bit sparse, but let's see if this works better.

Ref: https://getcomposer.org/doc/04-schema.md#replace
  • Loading branch information
jrfnl committed Dec 2, 2023
1 parent bc5d011 commit b73cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"replace": {
"squizlabs/php_codesniffer": "> 2.0"
"squizlabs/php_codesniffer": "3.7.2"
},
"bin": [
"bin/phpcs",
Expand Down

0 comments on commit b73cd04

Please sign in to comment.