Skip to content

v2.0.0

Choose a tag to compare

@hussainweb hussainweb released this 16 Mar 03:02
· 2 commits to main since this release
382b243

Features

  • Update phpcs.xml.dist for Drupal Coder 9.x compatibility — removes sniffs dropped in Coder 4 and adds new sniffs
    aligned with current Drupal core standards.

Dependencies

  • Require drupal/coder ^9.0 (dropped 8.x support), enabling PHP 8.5 sniff coverage.
  • Require phpcompatibility/php-compatibility ^10.0alpha (dropped 9.x), which adds PHP 8.5 compatibility checks.
  • Require phpro/grumphp-shim ^2.17 (from ^2.0).
  • Require dealerdirect/phpcodesniffer-composer-installer ^1.0 (from *).

The PHP 8.5 support is driven by the two constraint tightenings: Coder 9.x brings PHP CodeSniffer 4 support, and
PHPCompatibility 10.x adds the PHP 8.5 ruleset.

Full Changelog: v1.5.0...v2.0.0