Skip to content

Commit 64bfc94

Browse files
committed
Composer: update PHPCS Composer plugin dependency
The DealerDirect Composer plugin has just released version `0.7.0`. This new version includes support for Composer 2.0.0 (expected soon) and allows for installation of the plugin in combination with PHP 8 and PHPCS 4.x-dev (for testing). 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.7.0 * https://getcomposer.org/doc/articles/versions.md#caret-version-range-
1 parent 766fc9e commit 64bfc94

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=5.4",
1313
"behat/behat": "^2.5",
14-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6",
14+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7",
1515
"php-parallel-lint/php-console-highlighter": "^0.5",
1616
"php-parallel-lint/php-parallel-lint": "^1.0",
1717
"phpcompatibility/php-compatibility": "^9",

0 commit comments

Comments
 (0)