1 | <?php namespace Packedge\Workbench\Generators; |
||
6 | class ComposerGenerator extends BaseGenerator implements GeneratorInterface |
||
7 | { |
||
8 | /** |
||
9 | * @param Filesystem $filesystem |
||
10 | * @param Mustache_Engine $mustache |
||
11 | */ |
||
12 | 6 | public function __construct(Filesystem $filesystem = null, Mustache_Engine $mustache = null) |
|
18 | } |