18817535bSAndreas Gohr<?php 28817535bSAndreas Gohr 38817535bSAndreas Gohr// autoload_namespaces.php @generated by Composer 48817535bSAndreas Gohr 58817535bSAndreas Gohr$vendorDir = dirname(__DIR__); 68817535bSAndreas Gohr$baseDir = dirname($vendorDir); 78817535bSAndreas Gohr 88817535bSAndreas Gohrreturn array( 97017fceaSAndreas Gohr 'Parsedown' => array($vendorDir . '/erusev/parsedown'), 10*3379af09SAndreas Gohr 'KMeans' => array($vendorDir . '/bdelespierre/php-kmeans/src'), 118817535bSAndreas Gohr); 12