forked from friendica/deprecated-addons
Fancybox is deprecated
This commit is contained in:
parent
f347ddbfc4
commit
5f781acfdf
234 changed files with 29623 additions and 0 deletions
9
x-twitter/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php
vendored
Normal file
9
x-twitter/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Composer\Installers;
|
||||
|
||||
class KohanaInstaller extends BaseInstaller
|
||||
{
|
||||
protected $locations = array(
|
||||
'module' => 'modules/{$name}/',
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue