You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi
I have updated composer.json and the FAQ
the minimum php version to run progpilot 0.8.0 is 7.2.5 but not because of ircmaxell/php-cfg but other dependencies
did you try progpilot 0.8.0?
so you need php 7.2.5 or higher to run progpilot but progpilot can then scan whatever php code for security issues
The documentation says:
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.
The text was updated successfully, but these errors were encountered: