Closed peter279k closed 1 year ago
I think we can drop PHP 7 support and move to PHP 8 now.
@odan. I completely drop PHP 7.4
version support and using the PHP 8.0
version requirement at least.
I also run the vendor/bin/php-cs-fixer fix --format=txt --verbose --diff --config=.cs.php
to fix the coding style issues.
The latest version of PhpCsFixer has a new default value for global_namespace_import = true
. We should set it to false in .cs.php
. 'global_namespace_import' => false,
Changed log
PHP 7.2
andPHP 7.3
versions.PHP 7.4
andPHP 8.0+
versions.