24ca645129b84dfe2b45124666d2f7c430bca033
[yaffs-website] / Composer / Installers / VanillaInstaller.php
1 <?php
2 namespace Composer\Installers;
3
4 class VanillaInstaller extends BaseInstaller
5 {
6     protected $locations = array(
7         'plugin'    => 'plugins/{$name}/',
8         'theme'     => 'themes/{$name}/',
9     );
10 }