Skip to content

Commit aff2f40

Browse files
authored
Merge pull request #9 from PHPCSStandards/feature/composer-plugin-set-restraint
Composer: make the version requirement for the Composer PHPCS plugin more flexible, take two
2 parents 648d9df + 6dda6ac commit aff2f40

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,14 @@
2323
"php" : ">=5.4",
2424
"squizlabs/php_codesniffer" : "^3.0.2",
2525
"phpcompatibility/php-compatibility" : "^9.0.0",
26-
"dealerdirect/phpcodesniffer-composer-installer" : ">=0.3"
26+
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5.0"
2727
},
2828
"require-dev" : {
2929
"roave/security-advisories" : "dev-master",
3030
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0",
3131
"jakub-onderka/php-parallel-lint": "^1.0",
3232
"jakub-onderka/php-console-highlighter": "^0.4"
3333
},
34-
"conflict": {
35-
"dealerdirect/phpcodesniffer-composer-installer": "0.4.0"
36-
},
3734
"bin": [
3835
"bin/phpcs-check-feature-completeness"
3936
],

0 commit comments

Comments
 (0)