initial commit
This commit is contained in:
11
vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php
vendored
Normal file
11
vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Composer\Installers;
|
||||
|
||||
class PhiftyInstaller extends BaseInstaller
|
||||
{
|
||||
protected $locations = array(
|
||||
'bundle' => 'bundles/{$name}/',
|
||||
'library' => 'libraries/{$name}/',
|
||||
'framework' => 'frameworks/{$name}/',
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user