Liip\RMT\Prerequisite\ComposerSecurityCheck::getInformationRequests PHP 메소드

getInformationRequests() 공개 메소드

    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)));
    }