Skip to content

Commit 53232fa

Browse files
authored
Merge pull request #33 from wp-cli/fix/required-dependency-version
Make version constraint for PHP Codesniffer installer more flexible
2 parents 89b8328 + 20f6e4f commit 53232fa

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
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=5.4",
1212
"behat/behat": "^2.5",
13-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
13+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5",
1414
"jakub-onderka/php-console-highlighter": "^0.3.2",
1515
"jakub-onderka/php-parallel-lint": "^1.0",
1616
"phpcompatibility/phpcompatibility-wp": "^1",

0 commit comments

Comments
 (0)