]> _ Git - couzy.git/blob
dc3be8d1a5fef8358046996ee2f24bf795c2e882
[couzy.git] /
1 <?php
2 namespace Composer\Installers;
3
4 class CraftInstaller extends BaseInstaller
5 {
6     protected $locations = array(
7         'plugin' => 'craft/plugins/{$name}/',
8     );
9 }