PluginInterface
in
Plugin interface
Tags
Table of Contents
- PLUGIN_API_VERSION = '1.1.0'
- Version number of the internal composer-plugin-api package
- activate() : mixed
- Apply plugin modifications to Composer
Constants
PLUGIN_API_VERSION
Version number of the internal composer-plugin-api package
public
string
PLUGIN_API_VERSION
= '1.1.0'
Methods
activate()
Apply plugin modifications to Composer
public
activate(Composer $composer, IOInterface $io) : mixed
Parameters
- $composer : Composer
- $io : IOInterface