Repository URL to install this package:
|
Version:
3.6.0.3 ▾
|
<?php
namespace Composer\Installers;
class ItopInstaller extends BaseInstaller
{
protected $locations = array(
'extension' => 'extensions/{$name}/',
);
}