Skip to content

Commit f2a3e73

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 f901926 commit f2a3e73

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
@@ -23,7 +23,7 @@
2323
"php" : ">=5.4",
2424
"squizlabs/php_codesniffer" : "^3.5.0",
2525
"phpcompatibility/php-compatibility" : "^9.0.0",
26-
"dealerdirect/phpcodesniffer-composer-installer" : "^0.3 || ^0.4.1 || ^0.5 || ^0.6.2"
26+
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2"
2727
},
2828
"require-dev" : {
2929
"roave/security-advisories" : "dev-master"

0 commit comments

Comments
 (0)