i am face with cs-fixer error with php version ,my current php version is 8.2.1 and cs-fixer doen't support that ?
i follow to ignore with PHP_CS_FIXER_IGNORE_ENV but i can't
./vendor/bin/php-cs-fixer fix -vvv --dry-run --show-progress=dots
PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.1.*.
Current PHP version: 8.2.1.
To ignore this requirement please set PHP_CS_FIXER_IGNORE_ENV.
If you use PHP version higher than supported, you may experience code modified in a wrong way.
Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer .
i am face with cs-fixer error with php version ,my current php version is 8.2.1 and cs-fixer doen't support that ? i follow to ignore with PHP_CS_FIXER_IGNORE_ENV but i can't
./vendor/bin/php-cs-fixer fix -vvv --dry-run --show-progress=dots PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.1.*. Current PHP version: 8.2.1. To ignore this requirement please set
PHP_CS_FIXER_IGNORE_ENV
. If you use PHP version higher than supported, you may experience code modified in a wrong way. Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer .