|
|
|
@ -12,12 +12,12 @@ use Composer\IO\IOInterface;
|
|
|
|
|
use Composer\Plugin\PluginInterface; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* InstallerPlugin is the composer plugin that registers the Yii composer installer. |
|
|
|
|
* Plugin is the composer plugin that registers the Yii composer installer. |
|
|
|
|
* |
|
|
|
|
* @author Qiang Xue <qiang.xue@gmail.com> |
|
|
|
|
* @since 2.0 |
|
|
|
|
*/ |
|
|
|
|
class InstallerPlugin implements PluginInterface |
|
|
|
|
class Plugin implements PluginInterface |
|
|
|
|
{ |
|
|
|
|
/** |
|
|
|
|
* @inheritdoc |