Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Composer: tweak PHPCS version constraint
Some of the early PHPCS 3.x versions did not support external standards correctly, so using this plugin with those would always run into trouble, so let's just make it explicit that `3.0.0` and `3.0.1` are not supported. `3.0.2` should be fine, though IIRC, even `3.1.0` contained some fixes for external standard support, so we could choose to up this to `^3.1.0` to be on the safe side.
- Loading branch information