WPTT / WPThemeReview

PHP_CodeSniffer rules (sniffs) to enforce WordPress theme review coding conventions
MIT License
207 stars 38 forks source link

Update suggested version of Composer PHPCS plugin #248

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

The DealerDirect Composer plugin has just released version 0.6.0. 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: