scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

PHP 7.4 is used for phpcs check #70

Closed asgrim closed 3 years ago

asgrim commented 3 years ago

At the moment, PHP 7.4 is used in the build to perform vendor/bin/phpcs checks. This should be updated to use PHP 7.1, since the lowest version of PHP we support is 7.1. Running on PHP 7.4 may allow doctrine/coding-standard to update code to use newer language features not available on PHP 7.1.

asgrim commented 3 years ago

Irrelevant as of 2.0.0