wunderio / code-quality

List of tools that aims to help with static code quality inspection.
GNU General Public License v3.0
2 stars 5 forks source link

Feature/#79 change the default php code checker version to 8.0 #82

Closed hkirsman closed 2 years ago

hkirsman commented 2 years ago

This change will update the code checker version to 8.0. But also this is small move towards PHP 8.0 as we'll change the circleci to run in PHP 8.0 and add fix so it would not break in PHP 8.x environment (by fetching too new package symfony/finder package).