Skip to content

Commit fed37fd

Browse files
authored
Update and rename Node.php to Plugin.php
1 parent 1f0f597 commit fed37fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node.php renamed to src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Composer\IO\IOInterface;
77
use Composer\Plugin\PluginInterface;
88

9-
class Node implements PluginInterface
9+
class Plugin implements PluginInterface
1010
{
1111
public function activate(Composer $composer, IOInterface $io)
1212
{

0 commit comments

Comments
 (0)