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