mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-07 23:43:01 +00:00
9 lines
168 B
PHP
9 lines
168 B
PHP
<?php
|
|
namespace Composer\Installers;
|
|
|
|
class AimeosInstaller extends BaseInstaller
|
|
{
|
|
protected $locations = array(
|
|
'extension' => 'ext/{$name}/',
|
|
);
|
|
}
|