Skip to content

Commit

Permalink
Create Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Michaelsen committed Aug 19, 2015
1 parent 2c22b7b commit b658545
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Classes/Plugin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
namespace AppZap\PHPFrameworkComposerInstaller;

use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;

class Plugin implements PluginInterface {
public function activate(Composer $composer, IOInterface $io) {

}
}

0 comments on commit b658545

Please sign in to comment.