PHPCompatibility / PHPCompatibilityWP

PHPCompatibility ruleset for WordPress projects
GNU Lesser General Public License v3.0
174 stars 10 forks source link

Composer: Stabilize minimum PHPCompatibility version #3

Closed jrfnl closed 6 years ago

jrfnl commented 6 years ago

The WP ruleset references the following sniffs:

In other words, the minimum version of PHPCompatibility should be 8.1.0 for this release.

This will also prevent an update to PHPCompatibility 9.0.0 before we've had a chance to update the ruleset to reflect the new sniff names.

In a separate commit, I've removed --with-dependencies from the Travis composer validation as the PHPCompatibility composer file has a warning and would fail the build. The build should now pass.