Skip to content

Commit fa703bd

Browse files
committed
Composer: set minimum Composer PHPCS plugin dependency version to 0.4.1
Support for the `installed_paths` being set when the plugin is a requirement of a standard itself, was only added in version `0.4.0` and a pertinent bug in this feature was fixed in `0.4.1`, which effectively makes version `0.4.1` the minimum workable version for both use as a stand-alone standard, as well as when this standard is required as a dependency. Refs: * https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.4.0 * https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.4.1
1 parent 167f512 commit fa703bd

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
@@ -24,7 +24,7 @@
2424
"require" : {
2525
"php" : ">=5.4",
2626
"squizlabs/php_codesniffer" : "^2.6.0 || ^3.1.0 || 4.0.x-dev@dev",
27-
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5 || ^0.6.2"
27+
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2"
2828
},
2929
"require-dev" : {
3030
"php-parallel-lint/php-parallel-lint": "^1.1.0",

0 commit comments

Comments
 (0)