acquia / coding-standards-php

PHP_CodeSniffer rules (sniffs) for Acquia coding standards
GNU General Public License v2.0
19 stars 13 forks source link

Fix dependencies for PHP 7.4 compatibility and update drupal/coder #47

Closed TravisCarden closed 2 years ago

TravisCarden commented 2 years ago

This fixes a compatibility issue with Composer dependencies that require PHP 8.1 or later and updates drupal/coder to the latest version.

Production Changes From To Compare
drupal/coder 8.3.15 8.3.16 ...
phpstan/phpdoc-parser 1.6.4 1.7.0 ...
sirbrillig/phpcs-variable-analysis v2.11.4 v2.11.7 ...
slevomat/coding-standard 7.2.1 8.4.0 ...
symfony/yaml v6.1.3 v5.4.11 ...
symfony/deprecation-contracts NEW v2.5.2

Closes: https://github.com/acquia/coding-standards-php/pull/46