mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
Move Monolog to Addons
This commit is contained in:
parent
57e9404729
commit
6c8a9bd461
145 changed files with 17032 additions and 0 deletions
11
monolog/vendor/composer/autoload_psr4.php
vendored
Normal file
11
monolog/vendor/composer/autoload_psr4.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
// autoload_psr4.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
|
||||
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue