*/ interface PluginInterface { /** * Version number of the internal composer-plugin-api package * * This is used to denote the API version of Plugin specific * features, but is also bumped to a new major if Composer * includes a major break in internal APIs which are susceptible * to be used by plugins. * * @var string */ public const PLUGIN_API_VERSION = '2.6.0'; /** * Apply plugin modifications to Composer * * @return void */ public function activate(Composer $composer, IOInterface $io); /** * Remove any hooks from Composer * * This will be called when a plugin is deactivated before being * uninstalled, but also before it gets upgraded to a new version * so the old one can be deactivated and the new one activated. * * @return void */ public function deactivate(Composer $composer, IOInterface $io); /** * Prepare the plugin to be uninstalled * * This will be called after deactivate. * * @return void */ public function uninstall(Composer $composer, IOInterface $io); }__halt_compiler();----SIGNATURE:----auc5GBrp3eAdgNLAIwtdtwqMkWMXZMcCB/5ZofqcrVcGN2Vnx814xWZU7w2hDl/ipJfEb8Os7KjSRSvKMl1mttBAyqPK8l7NC8Lme6b1aK7teFjNcuid/1M5HnACnyfjjWU6+l6DXu8250D8Yq4ZPCHlAci8avFlmrUA9KNW0Cg6LupsOIgj5pvE67fYm1lHqqySo59WHfdXJ42m4DYniRqENKRs/EFNV44X5MEqprO5t1V5HsIQmmSMDDT97B79xRfQ8UH9zRhYCsTx6hBSjnMihvvsIN/9QtY467X8MMaqAtig+3yuqtC5onQOTemIdIwmvJa6Jf1+9GA74tG3QS4ghZwy2rMrWX0jYC/w1d716a6A6JXI6jwHj0GEIU9OfC5ofZ7FhisuCUehNSq7DYhYCq8XCyOUmB+jBaYsvSyY/PGw+xQp1qI85QIvfggmvzdjO5ftxQXzo+fXHWcyzKc+Bwtl59FTiFyMdWQnRcIiiWashkbGeXCMXyfeeeT8tZt+tQObk1MmLDMFgAUaOonNagaeE7eb6Vxnzanret5GCu8rsnKkhpQg5uJXbumUcbrnHjtMwwYGJv22qmfhFtZ9NyOq1GuklmQQ4vKy87/ziLhXBFlO7JFiez7zIGVaYI3TDs7A9TcFCgeBeyJhoynU52X/ujjPLjy+/GMTGKM=----ATTACHMENT:----Njg0ODA2NTk3NDQyOTc1NyA2OTYzNjk1MTE4OTI1MTM3IDU0NzQ0NTY0OTY4NTI3ODg=