Skip to content

Commit 7dc9a0b

Browse files
jrfnlsirbrillig
authored andcommitted
Composer: update PHPCS Composer plugin dependency (#121)
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-
1 parent 49b2d8b commit 7dc9a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"squizlabs/php_codesniffer": "^3.1"
3939
},
4040
"require-dev": {
41-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5",
41+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5 || ^0.6",
4242
"phpunit/phpunit": "^5.0 || ^6.5",
4343
"sirbrillig/phpcs-import-detection": "^1.1",
4444
"limedeck/phpunit-detailed-printer": "^3.1",

0 commit comments

Comments
 (0)