[monolog] Remove non-compliant PSR4 config

This commit is contained in:
Philipp 2022-10-21 00:05:52 +02:00
parent 05fed0bd6f
commit 6d2b7459b5
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
7 changed files with 3 additions and 21 deletions

View file

@ -8,5 +8,4 @@ $baseDir = dirname($vendorDir);
return array(
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
'Friendica\\Addon\\Monolog\\' => array($baseDir . '/src'),
);