#49542 closed task (blessed) (fixed)
Coding Standards fixes for WP 5.5
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 5.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | coding-standards | Cc: |
Change History (40)
#32
@
5 years ago
FYI: The DealerDirect Composer PHPCS plugin has just released version 0.7.0.
This new version includes support for Composer 2.0.0 (expected soonish).
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.3as>=0.3.0 <0.4.0.
Refs:
Note: See
TracTickets for help on using
tickets.
In 47550: