selective-php / test-traits

Test Traits
MIT License
13 stars 2 forks source link

Drop PHP-7.2 and PHP-7.3 version supports #7

Closed peter279k closed 1 year ago

peter279k commented 1 year ago

Changed log

odan commented 1 year ago

I think we can drop PHP 7 support and move to PHP 8 now.

peter279k commented 1 year ago

@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.

odan commented 1 year ago

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,