add: php composer management
This commit is contained in:
11
vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php
vendored
Normal file
11
vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Composer\Installers;
|
||||
|
||||
class CiviCrmInstaller extends BaseInstaller
|
||||
{
|
||||
/** @var array<string, string> */
|
||||
protected $locations = array(
|
||||
'ext' => 'ext/{$name}/'
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user