PHP 클래스 Vanilla\Setup\ComposerHelper

파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
preUpdate ( Composer\Script\Event $event ) Merge repositories and requirements from a separate composer-local.json.

비공개 메소드들

메소드 설명
clearAddonManagerCache ( ) Clear the addon manager cache.

메소드 상세

preUpdate() 공개 정적인 메소드

This allows static development dependencies to be shipped with Vanilla, but can be customized with a composer-local.json file that specifies additional dependencies such as plugins or compatibility libraries.
public static preUpdate ( Composer\Script\Event $event )
$event Composer\Script\Event The event being fired.