aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_namespaces.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-27 11:08:45 +0000
committerMario <mario@mariovavti.com>2020-11-27 11:08:45 +0000
commit155daac8ade28700166c96d3c75843c335f457da (patch)
treeff54a403798ba11f1c8ebfcf11ba0bf2ff5257a1 /vendor/composer/autoload_namespaces.php
parentf9d24d07dd67148a652610b002126e1e80b11839 (diff)
downloadvolse-hubzilla-155daac8ade28700166c96d3c75843c335f457da.tar.gz
volse-hubzilla-155daac8ade28700166c96d3c75843c335f457da.tar.bz2
volse-hubzilla-155daac8ade28700166c96d3c75843c335f457da.zip
run composer install --no-dev
Diffstat (limited to 'vendor/composer/autoload_namespaces.php')
-rw-r--r--vendor/composer/autoload_namespaces.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php
index fe7b33341..8a46cfcb7 100644
--- a/vendor/composer/autoload_namespaces.php
+++ b/vendor/composer/autoload_namespaces.php
@@ -8,9 +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\\MinkExtension' => array($vendorDir . '/behat/mink-extension/src'),
- 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
);