octolab / cleaner

🛁 The Composer plugin to remove development files.
MIT License
15 stars 3 forks source link

add docs about how to extend plugin #29

Closed kamilsk closed 8 years ago

kamilsk commented 8 years ago
        $interfaces = array(
            'cleaner' => 'OctoLab\Cleaner\Util\CleanerInterface',
            'matcher' => 'OctoLab\Cleaner\Util\MatcherInterface',
            'normalizer' => 'OctoLab\Cleaner\Util\NormalizerInterface',
        );
kamilsk commented 8 years ago

fixed https://github.com/octolab/Cleaner/wiki#extending