Skip to content

Commit

Permalink
Composer: update PHPCS Composer plugin dependency (#121)
Browse files Browse the repository at this point in the history
The DealerDirect Composer plugin has just released version `0.6.0`.
As Composer treats minors < 1.0 as majors, updating to this version requires an update to the `composer.json` requirements.

> For pre-1.0 versions it also acts with safety in mind and treats `^0.3` as `>=0.3.0 <0.4.0`.

Refs:
* https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.6.0
* https://getcomposer.org/doc/articles/versions.md#caret-version-range-
  • Loading branch information
jrfnl authored and sirbrillig committed Jan 20, 2020
1 parent 49b2d8b commit 7dc9a0b
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 @@ -38,7 +38,7 @@
"squizlabs/php_codesniffer": "^3.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5 || ^0.6",
"phpunit/phpunit": "^5.0 || ^6.5",
"sirbrillig/phpcs-import-detection": "^1.1",
"limedeck/phpunit-detailed-printer": "^3.1",
Expand Down

0 comments on commit 7dc9a0b

Please sign in to comment.