1*c609f1dcSAndreas Gohr<?php 2*c609f1dcSAndreas Gohr 3*c609f1dcSAndreas Gohr// autoload_psr4.php @generated by Composer 4*c609f1dcSAndreas Gohr 5*c609f1dcSAndreas Gohr$vendorDir = dirname(__DIR__); 6*c609f1dcSAndreas Gohr$baseDir = dirname($vendorDir); 7*c609f1dcSAndreas Gohr 8*c609f1dcSAndreas Gohrreturn array( 9*c609f1dcSAndreas Gohr 'splitbrain\\phpico\\' => array($vendorDir . '/splitbrain/php-ico/src'), 10*c609f1dcSAndreas Gohr 'splitbrain\\RingIcon\\' => array($vendorDir . '/splitbrain/php-ringicon/src'), 11*c609f1dcSAndreas Gohr); 12