mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
Composer: Add vendor directry
- Add gitignore to avoid committing libraries' .git folder
This commit is contained in:
parent
8c49a7b68f
commit
cae0543629
10 changed files with 598 additions and 0 deletions
12
vendor/composer/autoload_classmap.php
vendored
Normal file
12
vendor/composer/autoload_classmap.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
// autoload_classmap.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Friendica\\Core\\Config' => $baseDir . '/include/Core/Config.php',
|
||||
'Friendica\\Core\\PConfig' => $baseDir . '/include/Core/PConfig.php',
|
||||
'Friendica\\ParseUrl' => $baseDir . '/include/ParseUrl.php',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue