Robo\composer\ScriptHandler::checkDependencies PHP Method

checkDependencies() public static method

Run prior to composer installl when a composer.lock is present.
public static checkDependencies ( Composer\Script\Event $event )
$event Composer\Script\Event
    public static function checkDependencies(Event $event)
    {
        if (version_compare(PHP_VERSION, '5.6.0') < 0) {
            static::checkDependenciesFor55();
        }
    }