10b3fd2d3SAndreas Gohr<?php 20b3fd2d3SAndreas Gohr 30b3fd2d3SAndreas Gohr// autoload_psr4.php @generated by Composer 40b3fd2d3SAndreas Gohr 5*dad993c5SAndreas Gohr$vendorDir = dirname(__DIR__); 60b3fd2d3SAndreas Gohr$baseDir = dirname($vendorDir); 70b3fd2d3SAndreas Gohr 80b3fd2d3SAndreas Gohrreturn array( 9*dad993c5SAndreas Gohr 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 100b3fd2d3SAndreas Gohr 'FreeDSx\\Socket\\' => array($vendorDir . '/freedsx/socket/src/FreeDSx/Socket'), 110b3fd2d3SAndreas Gohr 'FreeDSx\\Sasl\\' => array($vendorDir . '/freedsx/sasl/src/FreeDSx/Sasl'), 120b3fd2d3SAndreas Gohr 'FreeDSx\\Ldap\\' => array($vendorDir . '/freedsx/ldap/src/FreeDSx/Ldap'), 130b3fd2d3SAndreas Gohr 'FreeDSx\\Asn1\\' => array($vendorDir . '/freedsx/asn1/src/FreeDSx/Asn1'), 140b3fd2d3SAndreas Gohr); 15