annotate vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 <?php
Chris@17 2 namespace Composer\Installers;
Chris@17 3
Chris@17 4 class CiviCrmInstaller extends BaseInstaller
Chris@17 5 {
Chris@17 6 protected $locations = array(
Chris@17 7 'ext' => 'ext/{$name}/'
Chris@17 8 );
Chris@17 9 }