I can't install Progpilot on PHP < 7.4 · Issue #22 · designsecurity/progpilot (original) (raw)

The documentation says:

The minimum version of PHP needed to run Progpilot is 7.0.25

However, due to the library requiring ircmaxell/php-cfg (which is requiring PHP 7.4) it's impossible to install the library with versions of PHP older than 7.4.

As I'm dealing with legacy code which for which we must provide support for older 7.* versions of PHP, I'm unable to use this library to scan for security issue.