aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_namespaces.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 09:52:24 +0000
committerMario <mario@mariovavti.com>2020-11-26 09:52:24 +0000
commit0ec40f00a929fd755368bf6deec88a8d4ebe05ba (patch)
tree2cf25aa0cf61ac49b1720f8b9c81949a3b169b32 /vendor/composer/autoload_namespaces.php
parentde054026f25233fe47938c32777605bb900253f3 (diff)
downloadvolse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.gz
volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.tar.bz2
volse-hubzilla-0ec40f00a929fd755368bf6deec88a8d4ebe05ba.zip
minor adjustion
Diffstat (limited to 'vendor/composer/autoload_namespaces.php')
-rw-r--r--vendor/composer/autoload_namespaces.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php
index f33ee9a91..8a46cfcb7 100644
--- a/vendor/composer/autoload_namespaces.php
+++ b/vendor/composer/autoload_namespaces.php
@@ -8,12 +8,6 @@ $baseDir = dirname($vendorDir);
return array(
'Text' => array($vendorDir . '/pear/text_languagedetect'),
'SimplePie' => array($vendorDir . '/simplepie/simplepie/library'),
- 'PHPMD\\' => array($vendorDir . '/phpmd/phpmd/src/main/php'),
'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
- 'Behat\\Transliterator' => array($vendorDir . '/behat/transliterator/src'),
- 'Behat\\Testwork' => array($vendorDir . '/behat/behat/src'),
- 'Behat\\MinkExtension' => array($vendorDir . '/behat/mink-extension/src'),
- 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
- 'Behat\\Behat' => array($vendorDir . '/behat/behat/src'),
);