Commit 64bfc94
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments