Liip\RMT\Prerequisite\ComposerSecurityCheck::getInformationRequests PHP Méthode

getInformationRequests() public méthode

    public function getInformationRequests()
    {
        return array(new InformationRequest(self::SKIP_OPTION, array('description' => 'Do not run composer security check before the release', 'type' => 'confirmation', 'interactive' => false)));
    }