llaville / php-compatinfo

Library that find out the minimum version and the extensions required for a piece of code to run
https://llaville.github.io/php-compatinfo/7.1/
Other
371 stars 21 forks source link

Allow displaying PHP suggested version on each reporter #343

Closed llaville closed 2 years ago

llaville commented 2 years ago

New Feature request

Summary

Following issue #342, where we use new PHP Attributes feature (PHP 8.0) that should be considered as optional, because attributes are comments. Each reporter should be able to display the PHP recommanded version to use.

llaville commented 2 years ago

No changes required on other reporters (sarif, json, dump)