• File: RedaxoInstaller.php
  • Full Path: /home/chassiw/www/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php
  • File size: 267 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Composer\Installers;

class RedaxoInstaller extends BaseInstaller
{
    protected $locations = array(
        'addon'          => 'redaxo/include/addons/{$name}/',
        'bestyle-plugin' => 'redaxo/include/addons/be_style/plugins/{$name}/'
    );
}