Current Path : /home/cinepatreb/billetterie/vendor/composer/installers/src/Composer/Installers/ |
Current File : /home/cinepatreb/billetterie/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php |
<?php namespace Composer\Installers; /** * Composer installer for 3rd party Tusk utilities * @author Drew Ewing <drew@phenocode.com> */ class TuskInstaller extends BaseInstaller { protected $locations = array( 'task' => '.tusk/tasks/{$name}/', 'command' => '.tusk/commands/{$name}/', 'asset' => 'assets/tusk/{$name}/', ); }